Everything you need to know about Map, Filter & Reduce
So lets start with Map.
1. Map
Basics:
Basically it executes a function on each element of an array.
It returns a new array with the same length.
Use case:
When we want to perform the same operation on each element of array and get back a new ar...
rahulagrawal.hashnode.dev1 min read