function isOdd(number) { return !!(number & 1); } // Floor Float aka cast to Int var n = 1.9 | 0; // -> 1