Before You .map(), Read This!
1. What is a map()?
In a very crude definition, in JavaScript, the .map() function goes through each item in a list (called an array). It makes some changes to each item and gives you a new list with those changed items.
2. Why is it required?
The pu...
shreyasananth.hashnode.dev6 min read