Checks if the given number is negative.
isNegative(-3); // true isNegative(2); // false
The number to check.
Whether the number is negative.
Generated using TypeDoc
Checks if the given number is negative.
isNegative(-3); // true isNegative(2); // false