SlideShare a Scribd company logo
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

More Related Content

What's hot (19)

C OPERATOR
C OPERATORC OPERATOR
C OPERATOR
rricky98
 
Operators in python
Operators in pythonOperators in python
Operators in python
eShikshak
 
Python operators
Python operatorsPython operators
Python operators
nuripatidar
 
Operators in c language
Operators in c languageOperators in c language
Operators in c language
Amit Singh
 
C Operators
C OperatorsC Operators
C Operators
Yash Modi
 
Csc240 -lecture_5
Csc240  -lecture_5Csc240  -lecture_5
Csc240 -lecture_5
Ainuddin Yousufzai
 
Operator.ppt
Operator.pptOperator.ppt
Operator.ppt
Darshan Patel
 
Types of operators in C
Types of operators in CTypes of operators in C
Types of operators in C
Prabhu Govind
 
Basic c operators
Basic c operatorsBasic c operators
Basic c operators
dishti7
 
Relational operators
Relational operatorsRelational operators
Relational operators
Graphic Era Hill University,Bhimtal
 
C operator and expression
C operator and expressionC operator and expression
C operator and expression
LavanyaManokaran
 
itft-Operators in java
itft-Operators in javaitft-Operators in java
itft-Operators in java
Atul Sehdev
 
C language operators
C language operatorsC language operators
C language operators
marar hina
 
Operators in java
Operators in javaOperators in java
Operators in java
yugandhar vadlamudi
 
SPL 6 | Operators in C
SPL 6 | Operators in CSPL 6 | Operators in C
SPL 6 | Operators in C
Mohammad Imam Hossain
 
Types of Operators in C
Types of Operators in CTypes of Operators in C
Types of Operators in C
Thesis Scientist Private Limited
 
Python operators
Python operatorsPython operators
Python operators
SaurabhUpadhyay73
 
6 operators-in-c
6 operators-in-c6 operators-in-c
6 operators-in-c
Rohit Shrivastava
 
Python Training in Bangalore | Python Operators | Learnbay.in
Python Training in Bangalore | Python Operators | Learnbay.inPython 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 ciiiidddidififjava-tokens-data-types.pptx ciiiidddidifif
java-tokens-data-types.pptx ciiiidddidifif
sayedshaad02
 
Operators in Python
Operators in PythonOperators in Python
Operators in Python
Anusuya123
 
Operators and expressions in C++
Operators and expressions in C++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 experssionsMesics 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 cUnit 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++OPERATORS OF C++
OPERATORS OF C++
ANANT VYAS
 
Chap 3(operator expression)
Chap 3(operator expression)Chap 3(operator expression)
Chap 3(operator expression)
Bangabandhu Sheikh Mujibur Rahman Science and Technology University
 
L3 operators
L3 operatorsL3 operators
L3 operators
teach4uin
 
L3 operators
L3 operatorsL3 operators
L3 operators
teach4uin
 
L3 operators
L3 operatorsL3 operators
L3 operators
teach4uin
 
Arithmetic Operators ____ java.pptx
Arithmetic      Operators ____ java.pptxArithmetic      Operators ____ java.pptx
Arithmetic Operators ____ java.pptx
gnyanadeepa
 
operators and expressions in c++
 operators and expressions in c++ 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 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.pdfintroduction 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.ppt4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
 
Operators and Expressions
Operators and ExpressionsOperators and Expressions
Operators and Expressions
Munazza-Mah-Jabeen
 
Operators in C Programming
Operators in C ProgrammingOperators in C Programming
Operators in C Programming
Jasleen Kaur (Chandigarh University)
 
OPERATORS IN C.pptx
OPERATORS IN C.pptxOPERATORS IN C.pptx
OPERATORS IN C.pptx
SKUP1
 
OPERATORS IN C.pptx
OPERATORS IN C.pptxOPERATORS IN C.pptx
OPERATORS IN C.pptx
LECO9
 
operators and arithmatic expression in C Language
operators and arithmatic expression in C Languageoperators 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 ciiiidddidififjava-tokens-data-types.pptx ciiiidddidifif
java-tokens-data-types.pptx ciiiidddidifif
sayedshaad02
 
Operators in Python
Operators in PythonOperators in Python
Operators in Python
Anusuya123
 
Operators and expressions in C++
Operators and expressions in C++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 experssionsMesics 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 cUnit 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++OPERATORS OF C++
OPERATORS OF C++
ANANT VYAS
 
L3 operators
L3 operatorsL3 operators
L3 operators
teach4uin
 
L3 operators
L3 operatorsL3 operators
L3 operators
teach4uin
 
L3 operators
L3 operatorsL3 operators
L3 operators
teach4uin
 
Arithmetic Operators ____ java.pptx
Arithmetic      Operators ____ java.pptxArithmetic      Operators ____ java.pptx
Arithmetic Operators ____ java.pptx
gnyanadeepa
 
operators and expressions in c++
 operators and expressions in c++ 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 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.pdfintroduction 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.ppt4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
 
OPERATORS IN C.pptx
OPERATORS IN C.pptxOPERATORS IN C.pptx
OPERATORS IN C.pptx
SKUP1
 
OPERATORS IN C.pptx
OPERATORS IN C.pptxOPERATORS IN C.pptx
OPERATORS IN C.pptx
LECO9
 
operators and arithmatic expression in C Language
operators and arithmatic expression in C Languageoperators 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 CommunicationsPhotonics and Mobile Communications
Photonics and Mobile Communications
Abhinav Somani
 
Linear equations in Two Variable
Linear equations in Two VariableLinear equations in Two Variable
Linear equations in Two Variable
Abhinav Somani
 
Direct And Indirect Speech
Direct And Indirect SpeechDirect And Indirect Speech
Direct And Indirect Speech
Abhinav Somani
 
Nature's Medicinal Plants
Nature's Medicinal PlantsNature's Medicinal Plants
Nature's Medicinal Plants
Abhinav Somani
 
Applications of mathematics in our daily life
Applications of mathematics in our daily lifeApplications of mathematics in our daily life
Applications of mathematics in our daily life
Abhinav Somani
 
Democracy
DemocracyDemocracy
Democracy
Abhinav Somani
 
Les Animaux
Les AnimauxLes Animaux
Les Animaux
Abhinav Somani
 
Asexual Reproduction
Asexual ReproductionAsexual Reproduction
Asexual Reproduction
Abhinav Somani
 
Mathematical Discoveries
Mathematical DiscoveriesMathematical Discoveries
Mathematical Discoveries
Abhinav Somani
 
Contribution of euler & euclid
Contribution of euler & euclidContribution of euler & euclid
Contribution of euler & euclid
Abhinav Somani
 
Application of algebra
Application of algebraApplication of algebra
Application of algebra
Abhinav Somani
 
Applications of maths in our daily life
Applications of maths in our daily lifeApplications of maths in our daily life
Applications of maths in our daily life
Abhinav Somani
 
Photonics and Mobile Communications
Photonics and Mobile CommunicationsPhotonics and Mobile Communications
Photonics and Mobile Communications
Abhinav Somani
 
Linear equations in Two Variable
Linear equations in Two VariableLinear equations in Two Variable
Linear equations in Two Variable
Abhinav Somani
 
Direct And Indirect Speech
Direct And Indirect SpeechDirect And Indirect Speech
Direct And Indirect Speech
Abhinav Somani
 
Nature's Medicinal Plants
Nature's Medicinal PlantsNature's Medicinal Plants
Nature's Medicinal Plants
Abhinav Somani
 
Applications of mathematics in our daily life
Applications of mathematics in our daily lifeApplications of mathematics in our daily life
Applications of mathematics in our daily life
Abhinav Somani
 
Mathematical Discoveries
Mathematical DiscoveriesMathematical Discoveries
Mathematical Discoveries
Abhinav Somani
 
Contribution of euler & euclid
Contribution of euler & euclidContribution of euler & euclid
Contribution of euler & euclid
Abhinav Somani
 
Application of algebra
Application of algebraApplication of algebra
Application of algebra
Abhinav Somani
 
Applications of maths in our daily life
Applications of maths in our daily lifeApplications of maths in our daily life
Applications of maths in our daily life
Abhinav Somani
 
Ad

Recently uploaded (20)

Coronary artery disease resident final.pptx
Coronary artery disease resident final.pptxCoronary artery disease resident final.pptx
Coronary artery disease resident final.pptx
PrashantMohanty2
 
Productivity starts in our mind - Dev productivity meetup
Productivity starts in our mind - Dev productivity meetupProductivity starts in our mind - Dev productivity meetup
Productivity starts in our mind - Dev productivity meetup
Grzegorz Miejski
 
HIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.ppt
HIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.pptHIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.ppt
HIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.ppt
KerollosGeorge2
 
Juniper JN0-224 Certification Preparation Guide with Sample Questions.pdf
Juniper JN0-224 Certification Preparation Guide with Sample Questions.pdfJuniper JN0-224 Certification Preparation Guide with Sample Questions.pdf
Juniper JN0-224 Certification Preparation Guide with Sample Questions.pdf
sabrina pinto
 
1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf
1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf
1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf
govindbell
 
how-to-future-proof-your-career-in-the-age-of-ai.pptx
how-to-future-proof-your-career-in-the-age-of-ai.pptxhow-to-future-proof-your-career-in-the-age-of-ai.pptx
how-to-future-proof-your-career-in-the-age-of-ai.pptx
StrengthsTheatre
 
LBE Presentation on Business Communication
LBE Presentation on Business CommunicationLBE Presentation on Business Communication
LBE Presentation on Business Communication
komal691665
 
science stream ppt ankush.injcnjd jfcdsj
science stream ppt ankush.injcnjd jfcdsjscience stream ppt ankush.injcnjd jfcdsj
science stream ppt ankush.injcnjd jfcdsj
prashantksistla
 
BANKING AND SCOPE1 thghghvndvnggfdhjg.pdf
BANKING AND SCOPE1 thghghvndvnggfdhjg.pdfBANKING AND SCOPE1 thghghvndvnggfdhjg.pdf
BANKING AND SCOPE1 thghghvndvnggfdhjg.pdf
mknaveenmk365
 
NSS Quiz for vtu students in 2022 scheme
NSS Quiz for vtu students in 2022 schemeNSS Quiz for vtu students in 2022 scheme
NSS Quiz for vtu students in 2022 scheme
madhushreer21
 
essentialsoffreightforwarding-240429141915-bccde661 5.9.pptx
essentialsoffreightforwarding-240429141915-bccde661 5.9.pptxessentialsoffreightforwarding-240429141915-bccde661 5.9.pptx
essentialsoffreightforwarding-240429141915-bccde661 5.9.pptx
Sheldon Byron
 
电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买
电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买
电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买
Taqyea
 
Microsoft 365 Copilot - Vanderbilt University
Microsoft 365 Copilot - Vanderbilt UniversityMicrosoft 365 Copilot - Vanderbilt University
Microsoft 365 Copilot - Vanderbilt University
Neil Beyersdorf - MSES | CLSSMBB | Prosci OCM
 
Team Introduction slide for planing.pptx
Team Introduction slide for planing.pptxTeam Introduction slide for planing.pptx
Team Introduction slide for planing.pptx
maryanazir22
 
Power BI Jobs in Jaipur – Top Career Options in Data Analytics.pptx
Power BI Jobs in Jaipur – Top Career Options in Data Analytics.pptxPower BI Jobs in Jaipur – Top Career Options in Data Analytics.pptx
Power BI Jobs in Jaipur – Top Career Options in Data Analytics.pptx
vinay salarite
 
About the btech cs ai ml course for the student
About the btech cs ai ml course for the studentAbout the btech cs ai ml course for the student
About the btech cs ai ml course for the student
cinemahub167
 
Busiensns plan 34678973783738s FPPT.pptx
Busiensns plan 34678973783738s FPPT.pptxBusiensns plan 34678973783738s FPPT.pptx
Busiensns plan 34678973783738s FPPT.pptx
AzkaRao2
 
Report of Manish Malhotra and shamim ahmed .pptx
Report of Manish Malhotra and shamim ahmed .pptxReport of Manish Malhotra and shamim ahmed .pptx
Report of Manish Malhotra and shamim ahmed .pptx
AmitMalik746546
 
Expository data analysis aand visualization-1.pdf
Expository data analysis aand visualization-1.pdfExpository data analysis aand visualization-1.pdf
Expository data analysis aand visualization-1.pdf
PrinceUzair4
 
Mac repertory.pdfgghjjmgggggggggggggglkjhk
Mac repertory.pdfgghjjmgggggggggggggglkjhkMac repertory.pdfgghjjmgggggggggggggglkjhk
Mac repertory.pdfgghjjmgggggggggggggglkjhk
vasajagadishwar1
 
Coronary artery disease resident final.pptx
Coronary artery disease resident final.pptxCoronary artery disease resident final.pptx
Coronary artery disease resident final.pptx
PrashantMohanty2
 
Productivity starts in our mind - Dev productivity meetup
Productivity starts in our mind - Dev productivity meetupProductivity starts in our mind - Dev productivity meetup
Productivity starts in our mind - Dev productivity meetup
Grzegorz Miejski
 
HIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.ppt
HIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.pptHIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.ppt
HIL-3960_-_MAKE_IT_RIGHT_Workshop_Presentation_English_5-14.ppt
KerollosGeorge2
 
Juniper JN0-224 Certification Preparation Guide with Sample Questions.pdf
Juniper JN0-224 Certification Preparation Guide with Sample Questions.pdfJuniper JN0-224 Certification Preparation Guide with Sample Questions.pdf
Juniper JN0-224 Certification Preparation Guide with Sample Questions.pdf
sabrina pinto
 
1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf
1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf
1Z0-771 - Oracle APEX Cloud Developer Professional (DUMPS).pdf
govindbell
 
how-to-future-proof-your-career-in-the-age-of-ai.pptx
how-to-future-proof-your-career-in-the-age-of-ai.pptxhow-to-future-proof-your-career-in-the-age-of-ai.pptx
how-to-future-proof-your-career-in-the-age-of-ai.pptx
StrengthsTheatre
 
LBE Presentation on Business Communication
LBE Presentation on Business CommunicationLBE Presentation on Business Communication
LBE Presentation on Business Communication
komal691665
 
science stream ppt ankush.injcnjd jfcdsj
science stream ppt ankush.injcnjd jfcdsjscience stream ppt ankush.injcnjd jfcdsj
science stream ppt ankush.injcnjd jfcdsj
prashantksistla
 
BANKING AND SCOPE1 thghghvndvnggfdhjg.pdf
BANKING AND SCOPE1 thghghvndvnggfdhjg.pdfBANKING AND SCOPE1 thghghvndvnggfdhjg.pdf
BANKING AND SCOPE1 thghghvndvnggfdhjg.pdf
mknaveenmk365
 
NSS Quiz for vtu students in 2022 scheme
NSS Quiz for vtu students in 2022 schemeNSS Quiz for vtu students in 2022 scheme
NSS Quiz for vtu students in 2022 scheme
madhushreer21
 
essentialsoffreightforwarding-240429141915-bccde661 5.9.pptx
essentialsoffreightforwarding-240429141915-bccde661 5.9.pptxessentialsoffreightforwarding-240429141915-bccde661 5.9.pptx
essentialsoffreightforwarding-240429141915-bccde661 5.9.pptx
Sheldon Byron
 
电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买
电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买
电子版成绩单英国UofG文凭格拉斯哥大学学生证学历认证范本购买
Taqyea
 
Team Introduction slide for planing.pptx
Team Introduction slide for planing.pptxTeam Introduction slide for planing.pptx
Team Introduction slide for planing.pptx
maryanazir22
 
Power BI Jobs in Jaipur – Top Career Options in Data Analytics.pptx
Power BI Jobs in Jaipur – Top Career Options in Data Analytics.pptxPower BI Jobs in Jaipur – Top Career Options in Data Analytics.pptx
Power BI Jobs in Jaipur – Top Career Options in Data Analytics.pptx
vinay salarite
 
About the btech cs ai ml course for the student
About the btech cs ai ml course for the studentAbout the btech cs ai ml course for the student
About the btech cs ai ml course for the student
cinemahub167
 
Busiensns plan 34678973783738s FPPT.pptx
Busiensns plan 34678973783738s FPPT.pptxBusiensns plan 34678973783738s FPPT.pptx
Busiensns plan 34678973783738s FPPT.pptx
AzkaRao2
 
Report of Manish Malhotra and shamim ahmed .pptx
Report of Manish Malhotra and shamim ahmed .pptxReport of Manish Malhotra and shamim ahmed .pptx
Report of Manish Malhotra and shamim ahmed .pptx
AmitMalik746546
 
Expository data analysis aand visualization-1.pdf
Expository data analysis aand visualization-1.pdfExpository data analysis aand visualization-1.pdf
Expository data analysis aand visualization-1.pdf
PrinceUzair4
 
Mac repertory.pdfgghjjmgggggggggggggglkjhk
Mac repertory.pdfgghjjmgggggggggggggglkjhkMac repertory.pdfgghjjmgggggggggggggglkjhk
Mac repertory.pdfgghjjmgggggggggggggglkjhk
vasajagadishwar1
 

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;
  翻译: