filter
The filter is an array function in vanilla.js which returns a new array by filtering the filter item provided to the filter function.
Here is ES6 syntax for this function:
Reduce
This function basically executes a given function provided to it. It Read more…