Mega Code Archive

 
Categories / JavaScript Tutorial / Operators
 

Post-Decrement

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