Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 467 Bytes

File metadata and controls

13 lines (9 loc) · 467 Bytes

Scope Problems

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:

  1. cd into the project directory
  2. npm install to install any dependencies
  3. npm test to run the test cases