checkisodd
v1.0.1
Published
State of the art odd number checking!
Readme
Check Is Odd
State of the art odd number checking!
Installation
- With npm
npm install checkisodd- With yarn
yarn add checkisoddUsage
const checkIsOdd = require('checkisodd');
console.log(checkIsOdd(3)); // true
console.log(checkIsOdd(2)); // false