On Tue 20 Mar 2012 21:46, Allen Wirfs-Brock <[email protected]> writes:

>>      (function (){
>>         baz = 20;
>>         return baz;
>>         const baz = 30;
>>         baz = 40;
>>         baz = 50;
>>       })()
>>       => 20
> no, throws on baz=20; because assignment to an immutable binding

Ah, I see.  Thanks for being patient with my ignorance, and I'll try to
be more diligent next time :)

Cheers,

Andy
-- 
http://wingolog.org/
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to