Javascript
Operators
Types of Operators
In JavaScript, an operator is a Assignment Operators
special symbol used to perform
operations on operands (values and Arithmetic Operators
variables). Comparison Operators
Logical Operators
Bitwise Operators
String Operators
Arithmetic Operators
Arithmetic operators
are used to perform
arithmetic
calculations.
Assignment Operators
Assignment
operators are used
to assign values to
variables.
Comparison Operators
Comparison operators
compare two values
and return a boolean
value, either true or
false
Logical Operators
Logical operators perform logical operations and return a boolean value, either
true or false.