Higher-order functions: Map and Filter in JavaScript
A higher-order function is a function that either returns a function or takes in a function as an argument. Map, filter and reduce are some of the built-in higher-order functions in JavaScript. They can be used in arrays and I am going to briefly des...
blogs.bigomega.dev2 min read