Mega Code Archive

 
Categories / JavaScript Tutorial / Operators
 

Pre-Decrement

The pre-decrement operator (--) is placed to the left of a variable. The pre-decrement operator decrements the value by 1. If the variable is a string, it is converted to a number.