https://github.com/sunthecoder/scope-project
https://github.com/sunthecoder/scope-project
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunthecoder/scope-project
- Owner: SunTheCoder
- Created: 2024-04-04T00:29:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T01:02:33.000Z (about 2 years ago)
- Last Synced: 2025-06-08T18:04:24.123Z (12 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scope Project
It's time to get some practice using scope in the wild! This task includes a
link to clone a GitHub repo 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 root project directory (if needed)
2. `npm install` to install any dependencies
3. `npm test` to run the test cases