On 30 September 2014 12:52, Jason Orendorff <[email protected]> wrote: > I just realized this has an unfortunate implication for REPLs. Suppose > you make this typo: > > js> let x = Math.cso(a) // oops, TypeError, should be Math.cos > > Now x is irreparably hosed in your REPL. That seems bad.
No surprise. One of the reasons why I always favoured a nested scopes model for multiple scripts... /Andreas _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

