1.0.1 • Published 3 years ago
evenoddcheck v1.0.1
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