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