JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Increments or decrements the value of a variable by one.

//prefix syntax
++variable
--variable
//postfix syntax
variable++
variable--

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©