I was just browsing the endless list of jsperf tests and looked at the one called == vs === perf. I expected the outcome to be a no-brainer ( === to be faster ) but no, not in FireFox.
Can someone explain to me how Firefox can be so fast and how it is possible that === is more or less equal to == ?
Although this post has a lot in common with my post, it doesn't answer the result Firefox produces!