Returns whether the given value is not negative
Optional
the number value to check
whether the given value is not negative
isNotNegative(1); // trueisNotNegative(0); // trueisNotNegative(-1); // false Copy
isNotNegative(1); // trueisNotNegative(0); // trueisNotNegative(-1); // false
Returns whether the given value is not negative