Possible Duplicate:
Javascript === vs == : Does it matter which “equal” operator I use?
What are the differences between === and ==, !== and ==... when should you use one and when should you use the other?
Matt
What are the differences between === and ==, !== and ==... when should you use one and when should you use the other? Matt |
|||
| show 2 more comments |
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
=== is the Identity operator, and is used to test that value and type are equal. so..
so when you care that value and type are equal, or not equal use Identity operators === or !== |
|||
|
|
|
The "normal" |
|||
|
|
|
|
||||
|
|
===. – GManNickG Jul 7 '09 at 20:18