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