▲ Should I use === or == equality comparison operator in JavaScript? at bytearcher.com▼25 up and 2 down, posted by bytearcher 3119 days ago 6 comments
ilyavf 3102 days ago. link parent 1 point ▲ ▼Why would you recommend this? There is a whole bunch of logic being invoked when you use non-strict comparison, so performance is one of the reasons.