get range()
The `get` accessor obtains the range of an `Array` of the minimum to the maximum with the step of a specified `Range` object
Range.prototype.range
Range.prototype.range
The get
accessor obtains the range of an Array
of the minimum to the maximum with the step of a specified Range
object.
range.class.ts
Type
Returns
The return value is the range from minimum to the maximum of a read-only Array
of number
.
Example usage
Last updated