The following table lists JScript assignment operators.
Assignment Operators
| Operator | Symbol | 
|---|---|
| 
             +=  | 
        |
| 
             &=  | 
        |
| 
             |=  | 
        |
| 
             ^=  | 
        |
| 
             /=  | 
        |
| 
             <<=  | 
        |
| 
             %=  | 
        |
| 
             *=  | 
        |
| 
             >>=  | 
        |
| 
             -=  | 
        |
| 
             >>>=  | 
        
Requirements
See Also