Difference between "==" and "==="?
Anonymous
"==" checks only for equality in value, whereas "===" is a stricter equality test and returns false if either the value or the type of the two variables are different.
Check out your Company Bowl for anonymous work chats.