Hacker News new | ask | show | jobs
by mgkimsal 5723 days ago
There's == and === - they do separate things.

http://stackoverflow.com/questions/359494/javascript-vs

It's not that hard to get your head around, and at least one other major language does it this way.

1 comments

agreed, but == being a non-associative operator is still just sick.
I think you mean non-transitive. But yes.