Map, Filter & Reduce Functions in JavaScript
Prerequisite
Functions are first-class citizens in JavaScript, which means that we can take a function and pass it as an argument to a function.
A function which is been passed as an argument is known as Callback Function.
A function which takes ano...
siddharthasahu.hashnode.dev3 min read