July 1998
Intermediate to advanced
1456 pages
65h 5m
English
! — NN 2 IE J1 ECMA 1
The NOT operator. This unary operator evaluates to the negative value of a single Boolean operand. The NOT operator should be used with explicit Boolean values, such as the result of a comparison or a Boolean property setting.
if (a == !b) {
...
}Read now
Unlock full access