Skip to content

Commit a552c45

Browse files
author
Ryan Hamblin
authored
Update README.md
1 parent 8f5713e commit a552c45

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Advanced JavaScript
22

33
## Instructions
4-
5-
Fork and clone this repo.
6-
7-
* Run the command `npm i` to install needed node packages.
8-
* Run the command `npm test` to run the tests.
9-
* Work through the files and make the tests pass.
10-
* Suggested order: `es6.js`, `arrays.js`, `objects.js`, `this.js`, `class.js`, `closure.js`, and then `recursion.js`.
11-
* Submit a pull request when you are finished and we will review your code.
4+
## Do not use any of the built in Javascript Array methods like .forEach .map etc. If you'd like feel free to reuse any of your functions along the way though!
5+
#### Fork and clone this repo.
6+
* Run the command `npm i` to install needed node packages.
7+
* Run the command `npm test` to run the tests.
8+
* Work through the files and make the tests pass.
9+
* Suggested order: `es6.js`, `arrays.js`, `objects.js`, `this.js`, `class.js`, `closure.js`, and then `recursion.js`.
10+
* Submit a pull request when you are finished and we will review your code.

0 commit comments

Comments
 (0)