This article needs additional citations for verification .(April 2021) |
| | |
| Original author | John-David Dalton |
|---|---|
| Initial release | April 23, 2012 [1] |
| Stable release | 4.17.21 / February 20, 2021 [2] |
| Repository | |
| Written in | JavaScript |
| Type | JavaScript library |
| License | MIT |
| Website | lodash |
Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
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]
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.