The following tables list JScript operators in their respective categories.
Computational Operators
| Operator | Symbol | 
|---|---|
| 
             +  | 
        |
| 
             --  | 
        |
| 
             /  | 
        |
| 
             ++  | 
        |
| 
             %  | 
        |
| 
             *  | 
        |
| 
             -  | 
        |
| 
             -  | 
        
Logical Operators
| Operator | Symbol | 
|---|---|
| 
             ,  | 
        |
| 
             ?:  | 
        |
| 
             ==  | 
        |
| 
             >  | 
        |
| 
             >=  | 
        |
| 
             ===  | 
        |
| 
             !=  | 
        |
| 
             <  | 
        |
| 
             <=  | 
        |
| 
             &&  | 
        |
| 
             !  | 
        |
| 
             ||  | 
        |
| 
             !==  | 
        
Bitwise Operators
| Operator | Symbol | 
|---|---|
| 
             &  | 
        |
| 
             <<  | 
        |
| 
             ~  | 
        |
| 
             |  | 
        |
| 
             >>  | 
        |
| 
             ^  | 
        |
| 
             >>>  |