lessThanSome()
Checks whether the primitive value of a child class is less than some given values
Inequality.prototype.lessThanSome()
Inequality.prototype.lessThanSome()
Checks whether the primitive value of a child class is less than some given values
.
inequality.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 of a child class instance is greater than some given values
.
Example usage
Last updated