Skip to content

predict · scope

A read above a `let`.

Answer before anything runs. Then the machine runs it, and you can step through what it did.

const before = "ok";
const value = missing;
let missing = 1;
What does `value` hold when the program has finished?