thanEvery()
Checks whether the primitive value of a specified object is less than every value of the given values
Less.prototype.thanEvery()
Less.prototype.thanEvery()
Checks whether the primitive value of a specified object
is less than every value of the given values
.
less.class.ts
Parameters
A rest parameter of the numbers to test.
Return type
Returns
The return value is a boolean
indicating whether the primitive value is less than every value of the given values
.
Example usage
Last updated