I would have thought the reverse, but ¯\_(ツ)_/¯
And if you implement, e.g.:
function IsEven(x) { return x % 2 == 0; } function IsOdd(x) { return x % 2 == 1; }