Underscore.js 1.7の使い方 Chaining編 value

var r = document.getElementById("r");
r.innerHTML = _([1, 2, 3]).value();
// => [1, 2, 3]