Underscore.js
Posted by: K. Scott Allen,
on 17 Aug 2011 |
View original | Bookmarked: 0 time(s)
Liam told me about Underscore.js some time ago. From the home page: 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. The functional programming support from Underscore includes, but is not limited to, the standard map, filter, reduce functionality. var data = [1, 2, 3, 4, 5, 6,...