- Fork this repository to your own account.
- Change into your projects directory:
- Clone your repository:
hub clone js-iteration - Change into your project's directory:
cd js-iteration - Install the dependencies:
npm install - Open in your editor:
code . - Start the test runner:
npm test - Open
src/functions.test.jsand work on functions until tests pass.