JScript  

Operator Summary

[This is preliminary documentation and subject to change]

Computational Operators

Operator Symbol
Addition +
Decrement --
Division /
Increment ++
Modulus %
Multiplication *
Subtraction -
Unary negation --

Logical Operators

Operator Symbol
Comma ,
Conditional (Ternary) ?:
Equality ==
Greater than >
Greater than or equal to >=
Identity ===
Inequality !=
Less than <
Less than or equal to <=
Logical AND &&
Logical NOT !
Logical Or ||
Nonidentity !==

Bitwise Operators

Operator Symbol
Bitwise AND &
Bitwise Left Shift <<
Bitwise NOT ~
Bitwise Or |
Bitwise Right Shift >>
Bitwise XOR ^
Unsigned Right Shift >>>

Assignment Operators

Assignment Operators

Compound Assignment Operators

Miscellaneous Operators

delete

instanceof

new

typeof

void

Requirements

Version 1