isBetween()
Checks whether range of the given `min` and `max` is between the range of a specified `Range` object
Last updated
Was this helpful?
Checks whether range of the given `min` and `max` is between the range of a specified `Range` object
Last updated
Was this helpful?
Range.prototype.isBetween()
The isBetween()
method checks whether range of the given and is between the range of a specified object.
min:
The minimum range of type to test.
max:
The maximum range of type to test.
The return value is a type indicating whether the range of a specified object is between a range of the given and .