underscorejs
Underscore.js is a JavaScript library that provides a collection of utility functions designed to simplify common programming tasks. It emphasizes a functional programming style, offering helpers for arrays, objects, and functions without mutating the original data.
Created by Jeremy Ashkenas and first released in 2009, Underscore became a widely used tool for JavaScript
Its API includes core functional helpers such as each (alias for forEach), map, reduce, filter, find, some,
Underscore is designed to work in both browsers and Node.js and can be loaded via a script
Although Lodash has since become more popular, Underscore remains in use, particularly for legacy codebases or