Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 529 Bytes

JavaScript Basics

Test your basic javascript foundation.

Getting Started

  1. Fork and Clone this repository onto your computer, then change your current working directory to this repository
  2. Install dependencies for this project by running the command: npm install
  3. Run npm start and your browser will open automatically with this address: localhost:3000
  4. All your work will be done in the file named: basics.js, save your code and then refresh your browser
  5. Make all the test pass!