2008/8/20 Ingvar von Schoultz <[EMAIL PROTECTED]>:
> The keyword "let" breaks the very valuable JavaScript tradition
> of using intuitively meaningful keywords.
>
> JavaScript uses the word to say "local", but its normal English
> meaning is "allow".

A let declaration does not imply locality since let at the top level
introduces precisely a global variable. Using local for that would be
very confusing.

Regards, Igor
_______________________________________________
Es-discuss mailing list
Es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to