Skip to content

Commit 87e7038

Browse files
author
Peter F. Tumulty
committed
updated readme and orgnaized all tech docs into docs dir
1 parent c4180d3 commit 87e7038

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a simple demonstration on how to use ```map()``` and ```forEach()``` methods in javascript. and explaination of how they work, and a comparission between these two array methods.
44

5-
**This is a live website:** [https://ptums.github.io/using-javascript-map-foreach-method/](https://ptums.github.io/using-javascript-map-foreach-method/)
5+
[Live Site](https://ptums.github.io/using-javascript-map-foreach-method/)
66

77
## Motivation
88

@@ -18,7 +18,6 @@ This was confusing because I though these methods served the same purpose. I dec
1818

1919
```
2020
git clone https://github.com/ptums/using-javascript-map-foreach-method.git
21-
2221
```
2322

2423
## How To Use
File renamed without changes.

0 commit comments

Comments
 (0)