Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list JScript operators in their respective categories.
Computational Operators
| Operator | Symbol |
|---|---|
+ |
|
-- |
|
/ |
|
++ |
|
% |
|
* |
|
- |
|
- |
Logical Operators
| Operator | Symbol |
|---|---|
, |
|
?: |
|
== |
|
> |
|
>= |
|
=== |
|
!= |
|
< |
|
<= |
|
&& |
|
! |
|
|| |
|
!== |
Bitwise Operators
| Operator | Symbol |
|---|---|
& |
|
<< |
|
~ |
|
| |
|
>> |
|
^ |
|
>>> |