On 2 Oct 2013, at 10:45, Petka Antonov <petka_anto...@hotmail.com> wrote:

> In current version, this works just fine:
> 
>    var let = 6;

Note that `let` was reserved in strict mode (only) in ES5, meaning that even as 
per ES5 that snippet only works in sloppy mode.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to