Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 251 Bytes

not-even

Checks if the number provided is not even

const noteven = require('not-even');

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

that's it

Buy Me a Coffee!