Skip to content

Commit 0fa7795

Browse files
authored
Update README.md
1 parent 93f4ff0 commit 0fa7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The power of .map
22

3-
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](https://medium.com/@petertumulty/the-power-of-the-map-method-4db6b1a73655)
3+
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](https://medium.com/@petertumulty/the-power-of-the-map-method-4db6b1a73655)

0 commit comments

Comments
 (0)