Returns whether the given value is positive
Optional
the number value to check
whether the given value is positive
isPositive(1); // trueisPositive(0); // falseisPositive(-1); // false Copy
isPositive(1); // trueisPositive(0); // falseisPositive(-1); // false
Returns whether the given value is positive