JavaScript Tutorial | Session-3 | Operators in JavaScript




JavaScript operators are symbols which are used to assign values, compare values, perform arithmetic operations, and more.
The variables (operations) are called operands.
The operation (to be performed between the two operands) is defined by an operator.
JavaScript supports the following types of operators.
Arithmetic Operators
Comparison Operators
Logical (or Relational) Operators
Assignment Operators

Bitwise Operators
Special operators

Original source