I'm not quite sure how to figure this out from the current draft, but is "let" only available from strict mode code? This is valid under ES5 non-strict via ASI:
var let = "123";
let
x = "abc";
So with 1JS in mind, it would seem that "let" would only be a keyword in
strict mode.
Kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

