Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 513 Bytes

File metadata and controls

17 lines (12 loc) · 513 Bytes

Lesson 01 - Introductory JavaScript crash course

Introductory JavaScript crash course - test your current skills on commonly misunderstood language features.

Practise & learn

Fork & clone this repo on your machine. Then, in the project directory, run:

npm install
npm test

You should see how tests are executed and 4 of 5 fail. Your goal is to look into index.js and try to spot & fix all issues in the code so all tests are green. Consult solution/index.js for help & possible solution.