> You don't get "let", "function" block scoping, "yield" or other incompatible 
> constructs. (let and yield aren't a reserved word in ES5 "loose)

It is true that there is some weirdness with let/const and block scoping in 
non-strict mode, but these issues can be sufficiently mitigated. IE11 has 
shipped let/const support and block-scoped functions with (mostly) backwards 
compatible semantics. For example, `let let = 1;` works in IE11 today outside 
of strict mode.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to