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