Just JavaScript· interactive edition
A mental model, rebuilt — & made playable

The JavaScript universe is full of wires.

A nine-chapter walkthrough of the mental model behind JavaScript values, variables, equality, properties, mutation, and prototypes — adapted from Dan Abramov & Maggie Appleton's Just JavaScript. Every chapter opens with one interactive widget so you build the intuition by playing before you read a word of prose. A final capstone then puts the whole model to work — growing a web framework from a single request-to-response contract.

PART IFoundationsvalues float · variables point
PART IICounting & Equalitydistinguishing one value from another
PART IIIObjects, in depththe Sherlock Holmes arc
PART IVWeb Framework from Scratchthe mental model, applied