https://www.npmjs.com/package/is-odd-or-even
return !!(~~i >> 0 & 1)
return !!(~~i & 1);
const n = Math.abs(value); return (n % 2) === 1;