Marius Gundersen (2013-09-07T16:10:17.000Z)
While playing around with valueOf, I discovered that three operators (!,
||, &&) don' seem to use valueOf when you use them. You can test this in
your preferred browser here: http://lab.mariusgundersen.net/valueOf

Is there a reason for this? Shouldn't these operators work the same way as
the other operators?

Marius Gundersen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130907/46f15624/attachment.html>
domenic at domenicdenicola.com (2013-09-18T18:58:22.033Z)
While playing around with valueOf, I discovered that three operators (`!`, `||`, `&&`) don't seem to use valueOf when you use them. You can test this in your preferred browser here: http://lab.mariusgundersen.net/valueOf

Is there a reason for this? Shouldn't these operators work the same way as
the other operators?