ISODD

ISODD(arg1) → { number | string | boolean }

Returns TRUE if the number is odd.

Parameters:

Name Type Description
arg1 any

Is the value to test.

Returns:

Type
number | string | boolean