checks if the number provided is not odd
const notodd = require('not-odd')
notodd(3) // => false
notodd(69) // => false
notodd(4) // => truethat's it
| Name | Name | Last commit date | ||
|---|---|---|---|---|
checks if the number provided is not odd
const notodd = require('not-odd')
notodd(3) // => false
notodd(69) // => false
notodd(4) // => truethat's it