Skip to content

Commit 9df3853

Browse files
authored
Update README.md
1 parent a9be4ce commit 9df3853

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
#LambdaSchool
2-
##Advanced JavaScript
1+
# Advanced JavaScript
2+
3+
## 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`, `closure.js`, and then `recursion.js`.
11+
* Submit a pull request when you are finished and we will review your code.

0 commit comments

Comments
 (0)