Lesson 1/138
A web page is built from three layers, and JavaScript is the one that brings it to life:
With JavaScript you can respond to clicks, update the page without reloading, do calculations, and talk to servers.
// console output appears here — hit Run