>
> So glad you asked, and you will like the answer:
>
> js> 0L == "0"
> typein:2:0 TypeError: no operator function found for ==
>

...and..I..do  : )

http://goo.gl/N5txLJ

>
>    - The strict equality operators, === and !==, cannot be overloaded
>    - They work on frozen-by-definition value objects via a structural
>    recursive strict equality test (beware, NaN !== NaN)
>    - Same-object-reference remains a fast-path optimization
>
> Looks pretty solid to me - thanks!
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to