Changes

Jump to: navigation, search

JavaScript Operators

11 bytes added, 18:37, 19 April 2007
Assignment Operators
The '=' assignment operator does not make any changes to the value before it is assigned to the variable. A number of assigment operators are available, however, that perform arithmetic on the value before assigning it to the variable. These are essentially combined arithmetic and assigment operators. The most common operators of this type, and their "long hand" equivalents are shown below:
<tableborder="1">
<tr>
<th>Combined Operator<th>Equivalent</th>

Navigation menu