Microsoft® JScript™
Operators
Language Reference |


Addition Operator (+)
Assignment Operator (=)
Bitwise AND Operator (&)
Bitwise NOT Operator (~)
Bitwise OR Operator (|)
Bitwise Left Shift Operator (<<)
Bitwise Right Shift Operator (>>)
Bitwise XOR Operator (^)
Comma Operator (,)
Conditional (trinary) Operator (?:)
Compound Assignment Operators
Decrement Operator (--)
Division Operator (/)
Equality Operator (==)
Greater than Operator (>)
Greater than or equal to Operator (>=)
Increment Operator (++)
Inequality Operator (!=)
Less than Operator(<)
Less than or equal to Operator (<=)
Logical AND Operator (&&)
Logical NOT Operator (!)
Logical OR Operator (||)
Modulus Operator (%)
Multiplication Operator (*)
Subtraction Operator (-)
typeof Operator
Unary Negation Operator (-)
Unsigned Right Shift Operator (>>>)


© 1997 Microsoft Corporation. All rights reserved.