setValueToStep()
Sets the value of the specified `Range` object to the value of the given `step`
Last updated
Sets the value of the specified `Range` object to the value of the given `step`
Last updated
Range.prototype.setValueToStep()
The method setValueToStep()
sets the of the specified Range
object to the value of the given step
.
Step of number
type to retrieve the value from the range and set it as the range current value
.
The return value is the Range
instance.