Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 356 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 356 Bytes

The power of .map

This code compares how .map and .forEach handle the same set of data. The intention of comparison is to discover how .map works on a deeper level. I wrote a full article detailing what I discovered on Medium.com. Click here to read the full article