Operators in Javascript
Operators are the kind you use to do calculations, like: +, -, ... . But you also have logical operators like AND, OR, ... .
Anyway below is a full list of the operators.
- Assignment operators
- Comparison operators
- Logical operators
- String operators
- Arithmetic operators
- Bitwise operators
- Bitwise shift operators