Difference between == and === in JavaScript [duplicate]

This question already has answers here: Which equals operator (== vs ===) should be used in JavaScript comparisons? (48 answers) Closed 2 years ago. What is the difference between == and === in JavaScript? I have also seen != and !== operators. Are there more such operators? 2 Take a look here: http://longgoldenears.blogspot.com/2007/09/triple-equals-in-javascript.html The 3 … Read more