Changes

JavaScript Operators

44 bytes added, 14:15, 18 May 2007
Assignment Operators
The '=' assignment operator does not make any changes to the value before it is assigned to the variable. A number of assignment operators are available, however, that perform arithmetic on the value before assigning it to the variable. These are essentially combined arithmetic and assignment operators. The most common operators of this type, and their "long hand" equivalents are shown below:
<table border="1" cellspacing="0"><trstyle="background:#efefef;">
<th>Combined Operator<th>Equivalent</th>
</tr>