UNPKG

evenoddcheck

Version:

A package that quickly sorts even and odd numbers based on input

28 lines (14 loc) 337 B
# evenodd A package that quickly sorts even and odd numbers based on input # Installation npm install evenoddcheck or simply npm i evenoddcheck # Usage const evenodd = require('evenoddcheck'); const checked = evenodd(35); Output should be odd, # Tests npm run test # Contributing Feel free to contribute