Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 321 Bytes

UNDERSCORE.md

File metadata and controls

3 lines (2 loc) · 321 Bytes

Underscore

Underscore is a small library which provides many helpers to write JavaScript in a more functional way without extending built-in prototypes. It may be seen as the swiss army knife of JavaScript development, as it provides a helper for most API shortcomings of built-in objects.