Skip to content

Commit 1e6c8b5

Browse files
author
Peter F. Tumulty
committed
updating readme
1 parent 3541ab7 commit 1e6c8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This site is a simple demonstration on how to use ```map()``` and ```forEach()``
66

77
## Motivation
88

9-
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 the ```forEach()``` method. 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.
9+
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 was confusing because I though these methods served the same purpose. I decided to do a deep dive in how these methods work and report my results in this website and an article I wrote [The power of the map method](https://medium.com/@petertumulty/the-power-of-the-map-method-4db6b1a73655)
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.
1212

1313
## Build status
1414

0 commit comments

Comments
 (0)