Contents | JavaScript Language Reference
Addition (+) Decrement (--) Division (/) Increment (++) Modulus (%) Multiplication (*) Subtraction (-) Unary negation (-)
Comma (,) Conditional (trinary) (?:) 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 AND (&) Bitwise Left Shift (<<) Bitwise NOT (~) Bitwise OR (|) Bitwise Right Shift (>>) Bitwise XOR (^) Unsigned Right Shift (>>>)
Assignment (=) Compound Assignment Operators
delete instanceof new typeof void
Copyright © 1998 - C Point Pty Ltd. All Rights Reserved.