JavaScript Operators

Operators:

As with other programming languages, JavaScript has operators. Basically, JavaScript operators are the symbol used to perform specific mathematical or logical computations on operands.

JavaScript has the following type of operators:

  • Arithmetic operator
  • Comparison operator
  • Logical operator
  • Assignment operator
  • Conditional / Ternary operator
  • Bitwise operator
  • Special operator



Post a Comment

Previous Post Next Post