Using .map(), .filter() and .reduce() properly 👩🏽‍💻

added by JavaScript Kicks
1/1/2020 9:15:35 AM

706 Views

Map, reduce, and filter are all array methods in JavaScript. Each one will iterate over an array and perform a transformation or computation. Each will return a new array based on the result of the function. In this article, you will learn why and how to use each one.


0 comments