Post-Decrement : Postfix operator : Operators JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Operators » Postfix operator »

 

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.





HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Operators
» Postfix operator