diff --git a/README.md b/README.md index 2729506..efbd6e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # JavaScript Exercises!!! +Before you begin, make sure you install the libraries by running: + +```sh +$ npm install +``` + Complete the exercises in this repo and push your solutions up to a branch (`firstname-lastname`). Using your preferred editor, flesh out the functions in each exercise. You can test your work by running the test command: