1.0.1 • Published 1 year ago

evenoddcheck v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

1.0.1

1 year ago

1.0.0

1 year ago