Re "x is irreparably hosed in your REPL"; you can still use it in subscope,
eg <{let x=1;console.log(1)}>.On 29 November 2017 at 01:30, T.J. Crowder <[email protected]> wrote: > On Tue, Nov 28, 2017 at 5:05 PM, Joseph <[email protected]> wrote: > > You can still do `{x}`. > > Can you expand on that? It doesn't seem to me you can. I mean, if even `x > = 42;` won't work (https://jsfiddle.net/tw3ohac6/), I fail to see how > anything else using `x` would work, including `{x}` (https://jsfiddle.net/ > tw3ohac6/1/, https://jsfiddle.net/tw3ohac6/2/). `x` is permanently in the > TDZ as far as I can tell. > > -- T.J. Crowder >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

