Section 01
JS Basic
Start writing JavaScript. The minimum you need to read and run code.
10 / 10 lessons
ES2024 · beginner
From your first `console.log` to async iterators, modules, and modern web APIs — the modern way to learn JavaScript.
Section 01
Start writing JavaScript. The minimum you need to read and run code.
Section 02
How JavaScript represents text, numbers, and collections.
Section 03
Make decisions and repeat work with conditionals and loops.
Section 04
Reusable blocks of code. The unit of abstraction in JavaScript.
Section 05
Group related values and behavior.
Section 06
Code that runs over time, splits across files, and recovers from failure.
Section 07
Talk to the browser. Build interactive pages.