J S Operators
J S Operators
Data types
JavaScript Assignment Operators
Assignment operators assign values to JavaScript variables.
The assignment operation evaluates to the assigned value.
The following table illustrates assignment operators that are
shorthand for another operator plus the assignment:
Assignment
Addition assignment
Subtraction assignment
Multiplication assignment
Division assignment
Remainder assignment
Assignment Operators
Operator Description Meaning Shorthand Example
operator