Some times in javascript we need to loop over an array
and get back a brand new array with different values, for this case we use the map function. The map function is used a lot in React
to loop over API results and render components with the data.
Instagram ➜ / gigo6000
Twitter ➜ / gigo6000
Github ➜ https://www.github.com/gigo6000/
#react #javascript