Return true if the number passed is even, hopefully...
Install with npm
$ npm install --save @samuelmarina/is-even
var isEven = require('@samuelmarina/is-even');
isEven(1); //false
isEven(2); //true
isEven(3); //false
// And so on... just for a little while
This is a 100% serious project, and it is made to help the community. There are a lot of cases where young developers face the issue of finding if a number is even, so I decided to help them by creating this beautiful package. Hopefully, someday it will be completed...
PLEASE, MAKE A PULL REQUEST SO WE CAN FINISH THIS PROJECT ASAP. Also, give it a star, for the sake of God.
Samuel Mariña AKA Samuel Miller
Copyright © 2021, Samuel Mariña. Released under the MIT License.