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!
- Run the command
npm ito install needed node packages. - Run the command
npm testto 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 thenrecursion.js. - Submit a pull request when you are finished and we will review your code.