Home / Exercises

Exercises

The following exercises compliment the lessons found in the lessons folder.

Attempt each lesson by yourself and if you get stuck, you can ask your mentor for help. The lessons build off each other so it is best to do them in order.

All lessons should be written in src/index.js. To run your code, open the index.html file in your browser.

  1. Variables
  2. Functions
  3. Conditionals
  4. Loops

The library used in the exercises is call GAME.js. The documentation can be found here

Answers

  1. Variables
  2. Functions
  3. Conditionals
  4. Loops