On Thu, May 15, 2014 at 2:27 PM, C. Scott Ananian <[email protected]>wrote:

> and what about
>
> obj []= 'propertyName'
>
> as well?
>  --scott
> ​
>

I imagined .= would do both, but I don't think my suggestion should be
taken seriously. In fact, your example illustrates a major flaw (that
exists in either proposal/suggestion), that I don't immediately know how I
would answer:

var o = { foo: "bar" };
o .= foo;

Is `o` now a string with the value "bar"?? I think that would cause more
problems than its worth.

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

Reply via email to