@himanshu927/isodd
v1.0.1
Published
function to check if a number is odd
Downloads
1
Readme
For Installation : npm i @himanshu927/isodd
Import in your app via : const isOdd = require("@himanshu927/isodd")
Usage
console.log(isOdd(4)) => false
console.log(isOdd(5)) => true