Skip to content

vincens2005/isevenpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isevenpp

Return true if the number passed is even, now with 99% less segfaults

Install

Install with npm

$ npm install --save isevenpp

How to use it

var iseven = require('isevenpp');

iseven(1); //false
iseven(2); //true
iseven(3); //false
// And so on... just for a little while

About

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...

Contributing

PLEASE, MAKE A PULL REQUEST SO WE CAN FINISH THIS PROJECT ASAP. Also, give it a star, for the sake of God.

Modified Work

Switch Case implementation by AirmanEpic Pogr new package by Cukmekerb (the owner of this repo)

Original Author

Samuel Mariña AKA Samuel Miller

License

Copyright © 2021, Samuel Mariña.

Released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%