Fork this repository and clone your fork (make sure you clone it into your development
directory):
Install all the requirements:
-
Navigate to the project root (you'll find a file called
package.json
there). -
Install the required packages with the following command:
$ npm install
-
Run the tests:
$ npm test functions
This command will run the testing file and test your code to make sure it has all the required features.
You'll know when you're done when your code passes all the tests.
-
Go to
debug.js
, you'll find two functions. Both of them don't work. -
Fix the two functions.
-
To run the bonus tests:
$ npm test debug
You'll know when you're done when your code passes all the tests.