Microsoft® JScript™
Operators
 Language Reference 
 Version Information 


 
Addition Operator (+)
Assignment Operator (=)
Bitwise AND Operator (&)
Bitwise Left Shift Operator (<<)
Bitwise NOT Operator (~)
Bitwise OR Operator (|)
Bitwise Right Shift Operator (>>)
Bitwise XOR Operator (^)
Comma Operator (,)
Comparison Operators
Compound Assignment Operators
Conditional (trinary) Operator (?:)
delete Operator
Decrement Operator (--)
Division Operator (/)
Equality Operator (==)
Greater than Operator (>)
Greater than or equal to Operator (>=)
Identity 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 (*)
new Operator
Nonidentity (!==)
Subtraction Operator (-)
typeof Operator
Unary Negation Operator (-)
Unsigned Right Shift Operator (>>>)
void Operator


© 1997 by Microsoft Corporation. All rights reserved.