Jump to content

Lodash

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Aavindraa (talk | contribs) at 02:02, 9 June 2016 (bump lsr). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Original author(s)John-David Dalton
Initial releaseApril 23, 2012; 12 years ago (2012-04-23)[1]
Stable release
4.13.1 / May 23, 2016; 8 years ago (2016-05-23)[2]
Repository
Written inJavaScript
TypeJavaScript library
LicenseMIT
Websitelodash.com

Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.

History

Lodash draws most of its ideas from Underscore.js, and now receives maintenance from the original contributors to Underscore.js.

See also

References