6 ms·
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.
by nobotty 12y 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.
- hackinthebochs 12y agoIt'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.