👩💻 Join our community of thousands of amazing developers!
With this post we will finalize the part of this course devoted to array operations Vanilla JavaScript provides us with some higher order functions (such as forEach , filter , map and reduce). However, there are actually many more such functions in the world of functional programming. Lodash is a library which extends your arsenal of higher order functions. Let’s have a look at how to use it in practice. This post is part of the Functional Programming in JavaScript series.Exploring lodashThe bes...