WHICH IS FASTER?
I am wondering if there is any speed differnece at all between these, even if it is the smallest fraction. I'm assuming the strict equality operator is a little faster because it can check for exact type and fail right away if not, before doing any other tests. But I'm just guessing cause I don't really know exactly how the comparisons are made or what is done first.
This question doesn't say which is faster - Which equals operator (== vs ===) should be used in JavaScript comparisons?