0% found this document useful (0 votes)
4 views

Javascript Operators

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Javascript Operators

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

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.

You might also like