is-this-number-even
This small package checks if the number is even or not.
Usage
First let's install the package:
npm i is-this-number-even
Now you can require it in your project and use:
isEven(x)
Where x
is any number. The function will return a boolean.