Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Underscore.js

Compare

  Analyzed 1 day ago

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, and Backbone.js's suspenders. ... [More] Underscore provides 80-odd functions that support both the usual functional suspects: map, select, invoke — 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 of forEach, map, reduce, filter, every, some and indexOf. [Less]

235K lines of code

2 current contributors

about 2 months since last commit

22 users on Open Hub

Low Activity
3.66667
   
I Use This