evenoddcheck
v1.0.1
Published
A package that quickly sorts even and odd numbers based on input
Downloads
2
Readme
evenodd
A package that quickly sorts even and odd numbers based on input
Installation
npm install evenoddcheckor simply
npm i evenoddcheckUsage
const evenodd = require('evenoddcheck');
const checked = evenodd(35);Output should be odd,
Tests
npm run testContributing
Feel free to contribute
