Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Nelson committed Aug 15, 2017
1 parent 19d27e1 commit dd53b22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

* Callback Functions
* Closure
* arguments array
* recursion
* prototype
* constructors
* `arguments`
* Recursion
* `prototype`
* Constructors


2. Fork and clone this repo. When you need to commit use the following commands.

* git status
* git add --all
* git status
* git commit -m "your commit message"
* git push origin master
* `git status`
* `git add --all`
* `git status`
* `git commit -m "your commit message"`
* `git push origin master`

3. Install dependencies using `npm install`. Run tests using `npm test`.

Expand Down

0 comments on commit dd53b22

Please sign in to comment.