From a552c451c09a6dc7bf0311ca1671ea459242e90d Mon Sep 17 00:00:00 2001 From: Ryan Hamblin Date: Thu, 7 Sep 2017 13:54:16 -0600 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 958568d..beeeec4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Advanced JavaScript ## Instructions - -Fork and clone this repo. - - * Run the command `npm i` to install needed node packages. - * Run the command `npm test` to run the tests. - * Work through the files and make the tests pass. - * Suggested order: `es6.js`, `arrays.js`, `objects.js`, `this.js`, `class.js`, `closure.js`, and then `recursion.js`. - * Submit a pull request when you are finished and we will review your code. +## 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! +#### Fork and clone this repo. +* Run the command `npm i` to install needed node packages. +* Run the command `npm test` to run the tests. +* Work through the files and make the tests pass. +* Suggested order: `es6.js`, `arrays.js`, `objects.js`, `this.js`, `class.js`, `closure.js`, and then `recursion.js`. +* Submit a pull request when you are finished and we will review your code.