Returns whether the given value is not positive
Optional
The number value to check
whether the given value is not positive
David Hsing
isNotPositive(1); // falseisNotPositive(0); // trueisNotPositive(-1); // true Copy
isNotPositive(1); // falseisNotPositive(0); // trueisNotPositive(-1); // true
Returns whether the given value is not positive