- Fork and Clone this repository to your computer.
- Navigate to the project folder and open it up in your Text Editor/IDE of choice.
- All your work will be done in the file named:
arrayMethods.js - Install dependencies with the command:
npm install - Make all the test pass!
Run the command: npm start then visit localhost:8080/ in your browser
Run the command: npm test to run the tests in your command-line