Getting Started Fork & Clone this repository and change your current working directory to this repository. Install all dependencies by running the command: npm install Your work will be done in the file named: excercises.js Everytime you finish a function, run npm test to see if it passes the tests! Once test passes for a function, commit your code and push up to your repository. Rinse & Repeat until all tests pass! Notes: Make sure you reference the function you made in the module.exports object before running tests!