- 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:
scope.js
- Install dependencies with the command:
npm install
- Serve the test runner with the command:
npm start
- Make all the test pass!