MODULE 6 · 13 lessons · 13 challenges
JavaScript in the Browser
JavaScript becomes useful when it can read and change the page. This module is the bridge from "the language" to "the running web page" — selecting elements with querySelector, mutating HTML and CSS from JS, listening to clicks and keystrokes, and building two small interactive apps (a UI calculator and a TODO list) that pull it all together.