hasEvery()
Checks whether every value of the given values is in the range of a specified `Range` object
Last updated
Was this helpful?
Checks whether every value of the given values is in the range of a specified `Range` object
Last updated
Was this helpful?
Range.prototype.hasEvery()
The hasEvery()
method checks whether every value of the given is in the range of a specified object.
...values:
[]
A rest parameter of numbers to test.
The return value is a indicating whether every value of the given is in the range of a specified object.