Summary

Revise the concepts and projects built in this course.

We'll cover the following...

What have we covered?

Let’s quickly summarize what we’ve learned in this course.

  1. We started our course with a quick refresher on various concepts related to JavaScript. We mainly looked at execution context, variable types, arrays, objects, and most importantly, how JavaScript interacts with HTML DOM elements to manipulate them.

  2. We built our first project, the Snake game, using arrays and objects in JavaScript. In this project, we learned about canvas and how it helps us create amazing games. We then started building our game by adding all the required logic and event listeners.

  3. We then created our second game, the ...