Reduce
A Guide to Asynchronous Array Iterator Functions
For Map, Reduce, Filter, Every, and Some
javascriptasyncarray
Are JavaScript for loops better than filter() and forEach?()
Over the last few years, the methods in ES6 like filter(), forEach() and map() have been ever so popular. But are they actually better?
javascriptforeachfor-loop