Javascript: map() , reduce() & filter()
Aug 24, 2021 · 3 min read · Map(),Reduce() and Filter() are all array methods in javascript. These all basically work as a loop, but these are much more than an ordinary loop statement. Each one will iterate over an array and perform transportation or computation and results ba...
Join discussion
