Rick Waldron (2015-01-02T14:23:31.000Z)
On Thu Jan 01 2015 at 9:47:47 PM Gary Guo <nbdd0121 at hotmail.com> wrote:

> It seems that in JSFiddle running on Firefox, let declaration is disabled.
> So this cannot explain.
>

I don't know why you'd say that, considering the fiddle works just fine.
Open your developer console and you'll see the output. Note that I'm
referring to Nightly.

Rick


> ------------------------------
> From: waldron.rick at gmail.com
> Date: Wed, 31 Dec 2014 21:36:46 +0000
> Subject: Re: Can `let`, `static` and `yield` still be used as Identifier?
> To: alex at kocharin.ru; erik.arvidsson at gmail.com; nbdd0121 at hotmail.com;
> es-discuss at mozilla.org
>
>   let = 1;
>   console.log(let); // 1
>
>   var let = 1;
>   console.log(let); // 1
>
>   let let = 1; // SyntaxError
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150102/b39507af/attachment.html>
d at domenic.me (2015-01-12T21:21:50.321Z)
I don't know why you'd say that, considering the fiddle works just fine.
Open your developer console and you'll see the output. Note that I'm
referring to Nightly.