最終更新:2025-05-23 (金) 09:12:16 (23d)
Underscore.js
Top / Underscore.js
$.eachとか$.grepみたいな便利機能詰め合わせたやつ
http://documentcloud.github.com/underscore/
https://github.com/jashkenas/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.
メモ
- 配列のマージとか、フィルタなど