Map, Filter and Reduce explained.
You probably have heard of .map(), .reduce() and .filter().
Map, reduce, and filter are all array methods in JavaScript. In this article, you will learn why and how to use each one.
I will try and explain with examples of how each of these function...
namitmalasi.hashnode.dev2 min read