Skip to content

Commit 4543fa2

Browse files
author
Peter F. Tumulty
committed
updated content of README
1 parent 1e6c8b5 commit 4543fa2

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
@@ -8,7 +8,7 @@ This site is a simple demonstration on how to use ```map()``` and ```forEach()``
88

99
When I first used [React.js](https://reactjs.org), I discovered the javascript method ```map()``` to iterate over data in JSX. Having some previous experience writing functional code in JavaScript I already knew about ```forEach()```. At first glance, I thought they served the same purpose, but when I tried using ```forEach()``` in JSX it spit out a bunch of errors.
1010

11-
This set me on a journey to take a deep dive into understanding the nature of these methods. This website is sublemental material to my article written on **Medium.com** [The power of the map method](https://medium.com/@petertumulty/the-power-of-the-map-method-4db6b1a73655) on what I discovered.
11+
This set me on a journey to take a deep dive into understanding the nature of these methods. This repository is a collection of my experiments and notes, which I've turned into a [github page](https://ptums.github.io/using-javascript-map-foreach-method/). I also published an article of my discoveries on **Medium.com** [The power of the map method](https://medium.com/@petertumulty/the-power-of-the-map-method-4db6b1a73655).
1212

1313
## Build status
1414

0 commit comments

Comments
 (0)