What is an operator?
An operator is an object that is capable of manipulating a value. For example, in "1 + 2", the "1" and "2" are the operands and the plus symbol is the operator. JavaScript supports the following types of operators.
- Arithmetic Operators
- Comparision Operators
- Logical (or Relational) Operators
- Assignment Operators
- Conditional (or ternary) Operators
Comments
Post a Comment