July 1998
Intermediate to advanced
1456 pages
65h 5m
English
!== — NN n/a IE J3 ECMA n/a
The nonidentity operator. This operator compares two operand values
and returns a Boolean result. Both the value and data type of the two
operands must be identical for this operator to return
false. See the inequality operator
(!=) for similar functionality in Navigator.
if (n !== m) {
...
}Read now
Unlock full access