Changes

Jump to: navigation, search

JavaScript Operators

213 bytes added, 18:38, 19 April 2007
Assignment Operators
<td>x %= y<td>x = x % y</td>
</table>
 
These combined operators essentially provide a short way of assigning the results of arithmetic expressesions between two variables or a variable and a value and having the result assigned to the first variable.

Navigation menu