This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Lodash" – news · newspapers · books · scholar · JSTOR (April 2021) (Learn how and when to remove this message)
Original author(s)John-David Dalton
Initial releaseApril 23, 2012; 12 years ago (2012-04-23)[1]
Stable release
4.17.21 / February 20, 2021; 3 years ago (2021-02-20)[2]
Repository
Written inJavaScript
TypeJavaScript library
LicenseMIT
Websitelodash.com Edit this on Wikidata

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

History

See also Underscore § History.

Lodash is a fork of Underscore.js.

It joined the Dojo Foundation in 2013,[3] and via the jQuery Foundation and JS Foundation, is now part of the OpenJS Foundation.[4]

Summary

Lodash is a JavaScript library that helps programmers write more concise and maintainable JavaScript.

It can be broken down into several main areas:

It has had multiple releases, so not all functions are available in all implementations. For example, _.chunk has only been available since version 3.0.0.

See also

References

  1. ^ 0.1 release information
  2. ^ "Releases · lodash/lodash". github.com. Retrieved 2021-04-14.
  3. ^ "Update license and copyright. · lodash/lodash@4edef4c". GitHub. Retrieved 2020-06-26.
  4. ^ "Update license to the jQuery Foundation. [ci skip] · lodash/lodash@cf74ebe". GitHub. Retrieved 2020-06-26.