valueUp()
Increments the range value of a specified `Range` object by the range step or given increment
Last updated
Was this helpful?
Increments the range value of a specified `Range` object by the range step or given increment
Last updated
Was this helpful?
Range.prototype.valueUp()
The valueUp()
method increments the range of a specified object by the range or given .
stepIncrement:
The optional stepIncrement
parameter of the type increments the range . If no parameter is passed, stepIncrement
defaults to 1
.
The return value is the instance.