Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 381 Bytes

Mini Scope Excercises

Getting Started

  1. Fork and Clone this repository to your computer.
  2. Navigate to the project folder and open it up in your Text Editor/IDE of choice.
  3. All your work will be done in the file named: scope.js
  4. Install dependencies with the command: npm install
  5. Serve the test runner with the command: npm start
  6. Make all the test pass!