Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 430 Bytes

UNDERSCORE.md

File metadata and controls

8 lines (6 loc) · 430 Bytes
title excerpt
Underscore
a swiss army knife, focusing on helper methods for most built-in objects

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.