JavaScript
JavaScript
JavaScript makes web pages interactive. These lessons cover the core language — from storing data to writing functions and manipulating the DOM.
123
Variables & Types
7 min readStore and work with data using var, let, and const. Learn strings, numbers, booleans, and more.
Functions
8 min readWrite reusable blocks of code with function declarations, expressions, and arrow functions.
DOM Manipulation
9 min readSelect HTML elements from JavaScript and change their content, styles, and behavior.