November 2010
October 2009
Underscore.js
by marco & 2 others (via)A new library of functional programming primitives for JavaScript—each, map, all, any, inject, detect etc. Unlike some similar libraries this one doesn't extend the built-in objects, instead opting to bind the new functions to the underscore symbol.
1
(2 marks)