Skip to content

PackageFlipper/not-even

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Checks if the number provided is not even

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published