Hacker News new | ask | show | jobs
by nobotty 4442 days ago
how is the operation of "==" an interesting question to anyone but a novice javascript developer? I think this post is going to give me an aneurism.
1 comments

It's interesting because it looks at the implementation of '==' vs '===' and how this behavior can be modified at runtime. Every good "hacker" should find this interesting on some level.