Saturday 14 July 2012

underscore

Underscore provides 60-odd functions that support both the usual functional suspects:mapselectinvoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations offorEachmapreducefiltereverysome and indexOf.


http://documentcloud.github.com/underscore/

No comments:

Post a Comment