Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 243 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 243 Bytes

not-odd

checks if the number provided is not odd

const notodd = require('not-odd')

notodd(3)  // => false
notodd(69) // => false
notodd(4) // => true

that's it

Buy Me Coffee!