stepUp

fun stepUp(n: Int = definedExternally)(source)

Increments a range input control's value by the value given by the Step attribute. If the optional parameter is used, will increment the input control's value by that value.

Parameters

n

Value to increment the value by.

MDN Reference