SlideShare a Scribd company logo
2
Most read
5
Most read
6
Most read
Made by : Abhinav Somani
• Operator in java is a symbol that is used to
perform operations. There are many types of
operators in java such as unary operator,
arithmetic operator, relational operator, shift
operator, bitwise operator, ternary operator and
assignment operator.
Operators   in  java script
Operators   in  java script
Operators   in  java script
• The numbers (in an arithmetic operation) are called operands.
• The operation (to be performed between the two operands) is defined by an
operator.
Operand Operator Operand
100 + 50
• The addition operator (+) adds numbers:
• Adding
var x = 5;
var y = 2;
var z = x + y;
• The multiplication operator (*) multiplies numbers.
• Multiplying
var x = 5;
var y = 2;
var z = x * y;
• The subtraction operator (-) subtracts numbers.
• Subtracting-
var x = 5;
var y = 2;
var z = x - y;
• The division operator (/) divides numbers.
• Dividing-
var x = 5;
var y = 2;
var z = x / y;
Operators   in  java script
• Operator Description
• The basic assignment operator is equal ( = ), which assigns the value of
its right operand to its left operand. That is, x = y assigns the value of y
to x . The other assignment operators are usually shorthand for standard
operations, as shown in the following definitions and examples.
• Assignment operators assign values to JavaScript variables.
• The = assignment operator assigns a value to a variable.
• Assignment
var x = 10;
• The += assignment operator adds a value to a variable.
• Assignment
var x = 10;
x += 5;
• The -= assignment operator subtracts a value from a
variable.
• Assignment
var x = 10;
x -= 5;
• The *= assignment operator multiplies a variable.
• Assignment
var x = 10;
x *= 5;
• The /= assignment divides a variable.
• Assignment
var x = 10;
x /= 5;
• The %= assignment operator assigns a remainder to a
variable.
• Assignment
var x = 10;
x %= 5;
Operators   in  java script
Operators   in  java script
Operators   in  java script
Ad

Recommended

Arithmetic operator
Arithmetic operator
Jordan Delacruz
 
2. operators in c
2. operators in c
amar kakde
 
Operators
Operators
Krishna Kumar Pankaj
 
Operator
Operator
VIKASH SAMRAT
 
Operator in c programming
Operator in c programming
Manoj Tyagi
 
Operator of C language
Operator of C language
Kritika Chauhan
 
Operators and Expressions in C++
Operators and Expressions in C++
Praveen M Jigajinni
 
C operators
C operators
GPERI
 
C OPERATOR
C OPERATOR
rricky98
 
Operators in python
Operators in python
eShikshak
 
Python operators
Python operators
nuripatidar
 
Operators in c language
Operators in c language
Amit Singh
 
C Operators
C Operators
Yash Modi
 
Csc240 -lecture_5
Csc240 -lecture_5
Ainuddin Yousufzai
 
Operator.ppt
Operator.ppt
Darshan Patel
 
Types of operators in C
Types of operators in C
Prabhu Govind
 
Basic c operators
Basic c operators
dishti7
 
Relational operators
Relational operators
Graphic Era Hill University,Bhimtal
 
C operator and expression
C operator and expression
LavanyaManokaran
 
itft-Operators in java
itft-Operators in java
Atul Sehdev
 
C language operators
C language operators
marar hina
 
Operators in java
Operators in java
yugandhar vadlamudi
 
SPL 6 | Operators in C
SPL 6 | Operators in C
Mohammad Imam Hossain
 
Types of Operators in C
Types of Operators in C
Thesis Scientist Private Limited
 
Python operators
Python operators
SaurabhUpadhyay73
 
6 operators-in-c
6 operators-in-c
Rohit Shrivastava
 
Python Training in Bangalore | Python Operators | Learnbay.in
Python Training in Bangalore | Python Operators | Learnbay.in
Learnbayin
 
java-tokens-data-types.pptx ciiiidddidifif
java-tokens-data-types.pptx ciiiidddidifif
sayedshaad02
 
Operators in Python
Operators in Python
Anusuya123
 
Operators and expressions in C++
Operators and expressions in C++
Neeru Mittal
 

More Related Content

What's hot (19)

C OPERATOR
C OPERATOR
rricky98
 
Operators in python
Operators in python
eShikshak
 
Python operators
Python operators
nuripatidar
 
Operators in c language
Operators in c language
Amit Singh
 
C Operators
C Operators
Yash Modi
 
Csc240 -lecture_5
Csc240 -lecture_5
Ainuddin Yousufzai
 
Operator.ppt
Operator.ppt
Darshan Patel
 
Types of operators in C
Types of operators in C
Prabhu Govind
 
Basic c operators
Basic c operators
dishti7
 
Relational operators
Relational operators
Graphic Era Hill University,Bhimtal
 
C operator and expression
C operator and expression
LavanyaManokaran
 
itft-Operators in java
itft-Operators in java
Atul Sehdev
 
C language operators
C language operators
marar hina
 
Operators in java
Operators in java
yugandhar vadlamudi
 
SPL 6 | Operators in C
SPL 6 | Operators in C
Mohammad Imam Hossain
 
Types of Operators in C
Types of Operators in C
Thesis Scientist Private Limited
 
Python operators
Python operators
SaurabhUpadhyay73
 
6 operators-in-c
6 operators-in-c
Rohit Shrivastava
 
Python Training in Bangalore | Python Operators | Learnbay.in
Python Training in Bangalore | Python Operators | Learnbay.in
Learnbayin
 

Similar to Operators in java script (20)

java-tokens-data-types.pptx ciiiidddidifif
java-tokens-data-types.pptx ciiiidddidifif
sayedshaad02
 
Operators in Python
Operators in Python
Anusuya123
 
Operators and expressions in C++
Operators and expressions in C++
Neeru Mittal
 
Mesics lecture 4 c operators and experssions
Mesics lecture 4 c operators and experssions
eShikshak
 
Unit ii chapter 1 operator and expressions in c
Unit ii chapter 1 operator and expressions in c
Sowmya Jyothi
 
OPERATORS OF C++
OPERATORS OF C++
ANANT VYAS
 
Chap 3(operator expression)
Chap 3(operator expression)
Bangabandhu Sheikh Mujibur Rahman Science and Technology University
 
L3 operators
L3 operators
teach4uin
 
L3 operators
L3 operators
teach4uin
 
L3 operators
L3 operators
teach4uin
 
Arithmetic Operators ____ java.pptx
Arithmetic Operators ____ java.pptx
gnyanadeepa
 
operators and expressions in c++
operators and expressions in c++
sanya6900
 
OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
 
introduction to c programming - Topic 3.pdf
introduction to c programming - Topic 3.pdf
rajd20284
 
4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
 
Operators and Expressions
Operators and Expressions
Munazza-Mah-Jabeen
 
Operators in C Programming
Operators in C Programming
Jasleen Kaur (Chandigarh University)
 
OPERATORS IN C.pptx
OPERATORS IN C.pptx
SKUP1
 
OPERATORS IN C.pptx
OPERATORS IN C.pptx
LECO9
 
operators and arithmatic expression in C Language
operators and arithmatic expression in C Language
ParamesswariNataraja
 
java-tokens-data-types.pptx ciiiidddidifif
java-tokens-data-types.pptx ciiiidddidifif
sayedshaad02
 
Operators in Python
Operators in Python
Anusuya123
 
Operators and expressions in C++
Operators and expressions in C++
Neeru Mittal
 
Mesics lecture 4 c operators and experssions
Mesics lecture 4 c operators and experssions
eShikshak
 
Unit ii chapter 1 operator and expressions in c
Unit ii chapter 1 operator and expressions in c
Sowmya Jyothi
 
OPERATORS OF C++
OPERATORS OF C++
ANANT VYAS
 
L3 operators
L3 operators
teach4uin
 
L3 operators
L3 operators
teach4uin
 
L3 operators
L3 operators
teach4uin
 
Arithmetic Operators ____ java.pptx
Arithmetic Operators ____ java.pptx
gnyanadeepa
 
operators and expressions in c++
operators and expressions in c++
sanya6900
 
OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
 
introduction to c programming - Topic 3.pdf
introduction to c programming - Topic 3.pdf
rajd20284
 
4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
 
OPERATORS IN C.pptx
OPERATORS IN C.pptx
SKUP1
 
OPERATORS IN C.pptx
OPERATORS IN C.pptx
LECO9
 
operators and arithmatic expression in C Language
operators and arithmatic expression in C Language
ParamesswariNataraja
 
Ad

More from Abhinav Somani (12)

Photonics and Mobile Communications
Photonics and Mobile Communications
Abhinav Somani
 
Linear equations in Two Variable
Linear equations in Two Variable
Abhinav Somani
 
Direct And Indirect Speech
Direct And Indirect Speech
Abhinav Somani
 
Nature's Medicinal Plants
Nature's Medicinal Plants
Abhinav Somani
 
Applications of mathematics in our daily life
Applications of mathematics in our daily life
Abhinav Somani
 
Democracy
Democracy
Abhinav Somani
 
Les Animaux
Les Animaux
Abhinav Somani
 
Asexual Reproduction
Asexual Reproduction
Abhinav Somani
 
Mathematical Discoveries
Mathematical Discoveries
Abhinav Somani
 
Contribution of euler & euclid
Contribution of euler & euclid
Abhinav Somani
 
Application of algebra
Application of algebra
Abhinav Somani
 
Applications of maths in our daily life
Applications of maths in our daily life
Abhinav Somani
 
Photonics and Mobile Communications
Photonics and Mobile Communications
Abhinav Somani
 
Linear equations in Two Variable
Linear equations in Two Variable
Abhinav Somani
 
Direct And Indirect Speech
Direct And Indirect Speech
Abhinav Somani
 
Nature's Medicinal Plants
Nature's Medicinal Plants
Abhinav Somani
 
Applications of mathematics in our daily life
Applications of mathematics in our daily life
Abhinav Somani
 
Mathematical Discoveries
Mathematical Discoveries
Abhinav Somani
 
Contribution of euler & euclid
Contribution of euler & euclid
Abhinav Somani
 
Application of algebra
Application of algebra
Abhinav Somani
 
Applications of maths in our daily life
Applications of maths in our daily life
Abhinav Somani
 
Ad

Recently uploaded (20)

Revolutionizing Environmental Compliance with AI.pdf
Revolutionizing Environmental Compliance with AI.pdf
Dorian F Corliss
 
Presentation about the current products.pptx
Presentation about the current products.pptx
ikrammustafa51
 
A Guide for a Winning Interview June 2025
A Guide for a Winning Interview June 2025
Bruce Bennett
 
最新版美国威斯康星大学史蒂文分校毕业证(UWSP毕业证书)原版定制
最新版美国威斯康星大学史蒂文分校毕业证(UWSP毕业证书)原版定制
Taqyea
 
S Pomeroy - Resume - Financial Leadership Role ATSV2 (06 13 25).pdf
S Pomeroy - Resume - Financial Leadership Role ATSV2 (06 13 25).pdf
ndhsshare1
 
Seniority List of Teachers 2025.pdf......
Seniority List of Teachers 2025.pdf......
shabrosa35196
 
Using Social Media in Job Search June 2025
Using Social Media in Job Search June 2025
Bruce Bennett
 
merged_presentation_choladeck (1).pptx h
merged_presentation_choladeck (1).pptx h
sukh27012
 
Expection Setting-1st ppt-Reshma.pdfjjkk
Expection Setting-1st ppt-Reshma.pdfjjkk
Jeevan900623
 
2025 English CV Sigve Hamilton Aspelund.docx
2025 English CV Sigve Hamilton Aspelund.docx
Sigve Hamilton Aspelund
 
ENTREPRENEURSHIP DEVELOPMENT.pptx for engineering
ENTREPRENEURSHIP DEVELOPMENT.pptx for engineering
SwarupMondal29
 
PEACH Jobs Board - (Updated on June 12th)
PEACH Jobs Board - (Updated on June 12th)
PEACHOrgnization
 
Emotional_and_Social_Support_Presentation.pptx
Emotional_and_Social_Support_Presentation.pptx
mandiikkj
 
How to Become a CPA USA and Boost Your Career
How to Become a CPA USA and Boost Your Career
ipfcadwords
 
Algebra fjuvrufguisdhvjbfjivjgrbvnbvjhu
Algebra fjuvrufguisdhvjbfjivjgrbvnbvjhu
mikylamongale
 
IISc-CDS-v2xxxxxxxxxxxxxcxxxxxx (1).potx
IISc-CDS-v2xxxxxxxxxxxxxcxxxxxx (1).potx
rnkaushal2
 
RainWater Harvesting-ppt.pptx
RainWater Harvesting-ppt.pptx
shibamguin2003
 
ndss2024xxxxxxxxxxxxxxxxx_slides (1).ppsx
ndss2024xxxxxxxxxxxxxxxxx_slides (1).ppsx
rnkaushal2
 
Plant Evaluation and Historical Developments,PPT.pptx
Plant Evaluation and Historical Developments,PPT.pptx
7300511143
 
最新版西班牙拉古纳大学毕业证(ULL毕业证书)原版定制
最新版西班牙拉古纳大学毕业证(ULL毕业证书)原版定制
Taqyea
 
Revolutionizing Environmental Compliance with AI.pdf
Revolutionizing Environmental Compliance with AI.pdf
Dorian F Corliss
 
Presentation about the current products.pptx
Presentation about the current products.pptx
ikrammustafa51
 
A Guide for a Winning Interview June 2025
A Guide for a Winning Interview June 2025
Bruce Bennett
 
最新版美国威斯康星大学史蒂文分校毕业证(UWSP毕业证书)原版定制
最新版美国威斯康星大学史蒂文分校毕业证(UWSP毕业证书)原版定制
Taqyea
 
S Pomeroy - Resume - Financial Leadership Role ATSV2 (06 13 25).pdf
S Pomeroy - Resume - Financial Leadership Role ATSV2 (06 13 25).pdf
ndhsshare1
 
Seniority List of Teachers 2025.pdf......
Seniority List of Teachers 2025.pdf......
shabrosa35196
 
Using Social Media in Job Search June 2025
Using Social Media in Job Search June 2025
Bruce Bennett
 
merged_presentation_choladeck (1).pptx h
merged_presentation_choladeck (1).pptx h
sukh27012
 
Expection Setting-1st ppt-Reshma.pdfjjkk
Expection Setting-1st ppt-Reshma.pdfjjkk
Jeevan900623
 
2025 English CV Sigve Hamilton Aspelund.docx
2025 English CV Sigve Hamilton Aspelund.docx
Sigve Hamilton Aspelund
 
ENTREPRENEURSHIP DEVELOPMENT.pptx for engineering
ENTREPRENEURSHIP DEVELOPMENT.pptx for engineering
SwarupMondal29
 
PEACH Jobs Board - (Updated on June 12th)
PEACH Jobs Board - (Updated on June 12th)
PEACHOrgnization
 
Emotional_and_Social_Support_Presentation.pptx
Emotional_and_Social_Support_Presentation.pptx
mandiikkj
 
How to Become a CPA USA and Boost Your Career
How to Become a CPA USA and Boost Your Career
ipfcadwords
 
Algebra fjuvrufguisdhvjbfjivjgrbvnbvjhu
Algebra fjuvrufguisdhvjbfjivjgrbvnbvjhu
mikylamongale
 
IISc-CDS-v2xxxxxxxxxxxxxcxxxxxx (1).potx
IISc-CDS-v2xxxxxxxxxxxxxcxxxxxx (1).potx
rnkaushal2
 
RainWater Harvesting-ppt.pptx
RainWater Harvesting-ppt.pptx
shibamguin2003
 
ndss2024xxxxxxxxxxxxxxxxx_slides (1).ppsx
ndss2024xxxxxxxxxxxxxxxxx_slides (1).ppsx
rnkaushal2
 
Plant Evaluation and Historical Developments,PPT.pptx
Plant Evaluation and Historical Developments,PPT.pptx
7300511143
 
最新版西班牙拉古纳大学毕业证(ULL毕业证书)原版定制
最新版西班牙拉古纳大学毕业证(ULL毕业证书)原版定制
Taqyea
 

Operators in java script

  • 1. Made by : Abhinav Somani
  • 2. • Operator in java is a symbol that is used to perform operations. There are many types of operators in java such as unary operator, arithmetic operator, relational operator, shift operator, bitwise operator, ternary operator and assignment operator.
  • 6. • The numbers (in an arithmetic operation) are called operands. • The operation (to be performed between the two operands) is defined by an operator. Operand Operator Operand 100 + 50 • The addition operator (+) adds numbers: • Adding var x = 5; var y = 2; var z = x + y; • The multiplication operator (*) multiplies numbers. • Multiplying var x = 5; var y = 2; var z = x * y;
  • 7. • The subtraction operator (-) subtracts numbers. • Subtracting- var x = 5; var y = 2; var z = x - y; • The division operator (/) divides numbers. • Dividing- var x = 5; var y = 2; var z = x / y;
  • 10. • The basic assignment operator is equal ( = ), which assigns the value of its right operand to its left operand. That is, x = y assigns the value of y to x . The other assignment operators are usually shorthand for standard operations, as shown in the following definitions and examples. • Assignment operators assign values to JavaScript variables.
  • 11. • The = assignment operator assigns a value to a variable. • Assignment var x = 10; • The += assignment operator adds a value to a variable. • Assignment var x = 10; x += 5; • The -= assignment operator subtracts a value from a variable. • Assignment var x = 10; x -= 5;
  • 12. • The *= assignment operator multiplies a variable. • Assignment var x = 10; x *= 5; • The /= assignment divides a variable. • Assignment var x = 10; x /= 5; • The %= assignment operator assigns a remainder to a variable. • Assignment var x = 10; x %= 5;