let x = 0; let obj = { foo: x }; let y = obj["foo"]; /**/ y; // ^ defined: 1, 3, 5