Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 588 Bytes

JavaScript I

Instructions

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.

  • Clone this repository and navigate into it.
  • 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: callbacks.js (no tests), arrays.js, objects.js, closure.js.
  • Submit a pull request when you are finished and we will review your code.