Javascript Operators
Javascript Operators
Operators
Types of 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.