Нечетное число

const isOdd = num => num % 2 === 1;
isOdd(3); // true
Числа JavaScript