July 1998
Intermediate to advanced
1456 pages
65h 5m
English
=== — NN n/a IE J3 ECMA n/a
The identity 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
true. See the equality operator
(==) for similar functionality in Navigator.
if (n === m) {
...
}Read now
Unlock full access