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;predict · scope
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;