How to get everywhere you need to with a JavaScript map
A function that I have learned and used multiple times over the last few weeks is JavaScript's .map() function. This function gives you the ability to apply another function to every single element in an array. It creates a new array, iterates throug...
pamilerinf.hashnode.dev2 min read