Basics
The fundamentals of JavaScript

Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026

The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.


In this unit we’ll introduce JavaScript, from the ground up.

JavaScript is an incredibly powerful, dynamic and useful language, and it powers the entire Web ecosystem.

It has one key, major advantage over any other programming language: it’s the only language browsers know.

Let’s explore its basics in detail:

Lessons in this unit:

0: ▶︎ Introduction
1: Literals, identifiers and variables
2: Comments
3: The difference between let, const and var
4: Types
5: Operators and expressions
6: Let's start with arithmetic operators
7: The assignment operator
8: Operators precedence
9: Strings
10: Numbers
11: Semicolons, white space and sensitivity