Skip to content

A simple NPM package that returns true if a numeric value is even and false if it is not

Notifications You must be signed in to change notification settings

nicktaras/isEvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isEvn

A package that returns true if a numeric value is even and false if it is not.

usage


  const isEvn = require('isEvn');

  let foo = 10;
  let bar = isEvn(foo);
  
  console.log(bar); // will be true.

About

A simple NPM package that returns true if a numeric value is even and false if it is not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published