最終更新:2014-05-25 (日) 18:15:55 (3849d)
Underscore.js
Top / Underscore.js
$.eachとか$.grepみたいな便利機能詰め合わせたやつ
http://documentcloud.github.com/underscore/
JavaScriptのネイティブオブジェクトを拡張するライブラリ。JavaScript/Collection?、JavaScript/Array、JavaScript/Object、JavaScript/Functionなどを拡張
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.
メモ
- 配列のマージとか、フィルタなど