Skip to content

Karunika/is-even-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is-even-2

Installation

NPM
npm i is-even-2

Usage

// import
const { isEven } = require("is-even-2");

isEven(0); // true
isEven(5); // false
isEven(183629); // "Tired. Figure it out on your own."

Testing

Simply run jest to run unit tests.

Note

Please appreciate the hard work.