Marius Gundersen (2013-09-07T16:10:17.000Z)
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?