javascript === ?
javascript === ?
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- nocomply0
There is also an identity operator, represented by a triple equals sign ( === ), which only equates to true when both operands have the same value and are of the same type.
'1' === '1' // true
'1' === 1 // false
'1' === true // falsetaken from...
http://academ.hvcc.edu/~kantopet…