All Projects → samuelmarina → is-odd

samuelmarina / is-odd

Licence: other
Is a number odd?

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to is-odd

OOD-Principles-Kotlin
The Principles of OOD in Kotlin 1.3.61
Stars: ✭ 12 (-90.24%)
Mutual labels:  odd

is-odd npm YouTube Channel Subscribers

Return true if the number passed is odd, hopefully...

Install

Install with npm

$ npm install --save @samuelmarina/is-odd

How to use it

var isOdd = require('@samuelmarina/is-odd');

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

About

This is a 100% serious project, and it is made to help the community. I figured it out that people also would like to know when a number is odd, and with the npm package @samuelmarina/is-even it was not completely clear, so I decided to create this one as well. Remember, all this hard work is because I care about the community

Contributing

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

Author

Samuel Mariña AKA Samuel Miller

License

Copyright © 2021, Samuel Mariña. Released under the ISC License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].