It's time to get some practice using scope in the wild! This task includes a
link to download a zip
file with a number of problems.
Complete the problems in the order specified. In addition to the prompts available at the top of each file, Mocha specs are provided to test your work.
To get started, use the following commands:
cd
into the project directorynpm install
to install any dependenciesnpm test
to run the test cases