Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 381 Bytes

JavaScript Basics

Test your basic javascript foundation.

Getting Started

  1. Clone this repository and change your current working directory to this repository
  2. Install dependencies for this project by running the command: npm install
  3. All your work will be done in the file named: basics.js
  4. Run tests by running the command: npm test
  5. Make all the test pass!