Arithmetic
=
++
-
--
/
%
Assignment
=
Backslash Escaped Characters
 \'
 \"
 \\
 \b
 \f
 \n
 \r
 \t
|
Bitwise
&
|
^
~
<<
>>
>>>
Comparison
==
!=
===
!==
>
>=
<
<=
|
Logical
&&
||
!
Special
?:
'
delete
new
this
typeof
void
String
+
|
|