- (subtraction) operator,
79
& (AND), bitwise operator,
82
! (exclamation), logical operator,
89
&& (double ampersand), logical operator,
89
!== (not equal to and not same type),
87
"( )" (parenthesis) operator,
94,
204
$ (dollar sign), positional indicator,
194
* (multiplication) operator,
79
?: (conditional) operator,
89–90
?: (non-capturing parentheses),
216
\ (backslash), escape code symbol,
195
^ (caret), positional indicator,
194,
200
^ (XOR), bitwise operators,
82
| (OR), bitwise operators,
82
|| (double pipe), logical operator,
89
<< (left shift) operator,
83–84
<= (less than or equal to),
87,
145
= (assignment) operator
assigning value to variables,
78–79
shorthand assignment,
84–85
=== (equal to and same type),
87
>= (greater than or equal to),
87,
145
>> (right shift) operator,
83–84