Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 475 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 475 Bytes

Javascript Data Types Exercises

Instructions

  1. Fork this repo
  2. Clone it locally using git clone
  3. Run npm install then npm test, which will start the test runner.
  4. Open script.js where you will find instructions in the comments.
  5. Write your answer to each question immediately below the prompt.
  6. Check if your answer passes the test!

Extra Practice

After working through scripts.js, check out extra-practice.md for extra review.