Skip to content

Commit 23174c5

Browse files
SunJieMingSunJieMing
authored andcommitted
Added README.md
1 parent 847c22a commit 23174c5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

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

33
## Instructions
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.
4+
5+
* Fork and clone this repo.
66
* Run the command `npm i` to install needed node packages.
7-
* Run the command `npm test` to run the tests.
7+
* Run the command `npm test <filename>` to run the tests. (Example: `npm test prototype`)
88
* 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.
9+
* Suggested order: `prototype.js`, `class.js`, `recursion.js`, `this.js`.
10+
* When you are finished submit a pull request.
11+
* Make commits often. A good practice would be to make a commit when you get a test, or set of tests, to pass.

0 commit comments

Comments
 (0)