Operators
Operators are used to perform operations on Operands.
There are the following types of operators in JavaScript.
Arithmetic Operators (+, -, *, /, ...)
Comparison (Relational) Operators (==, ===, >, <, ...)
Bitwise Operators (&, |, >>, <<...