We recommend using Visual Studio 2017
This documentation is archived and is not being maintained.
Operator Summary
Visual Studio 2010
The following tables list JScript operators. Each name in the description column links to a corresponding topic that explains the proper syntax and use.
Description | Symbol |
---|---|
& | |
<< | |
~ | |
| | |
>> | |
^ | |
>>> |
Bitwise operators operate on the binary representation of the operands. If operands are not compatible with each other, they will be coerced to the appropriate type. For more information, see Coercion By Bitwise Operators.
Show: