Skip to content

Commit 65cc7bf

Browse files
author
Peter F. Tumulty
committed
added all the criteria for the README
1 parent 2893a25 commit 65cc7bf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ This was confusing because I though these methods served the same purpose. I dec
1616

1717
## Installation
1818

19+
```
20+
git clone https://github.com/ptums/using-javascript-map-foreach-method.git
1921
22+
```
2023

24+
## How To Use
2125

26+
This is a basic HTML document, so feel free to open it up in your favorite code editor, create your own branch, and start modifying.
2227

28+
## Contribute
2329

24-
25-
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)
30+
To Do: https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/setting-guidelines-for-repository-contributors

0 commit comments

Comments
 (0)