Skip to content

thomasqueirozb/notNotOdd

 
 

Repository files navigation

not-not-odd 🚀

👽👽checks if a given number is not not odd👽👽

👽👽can also check if a number is not not even👽👽

Install ☠️

Install using npm:

$ npm install --save not-not-odd

Usage 🖖

const notNotOddNotNotEvenChecker = require('not-not-odd')

notNotOddNotNotEvenChecker.notNotOdd(1)   // => true
notNotOddNotNotEvenChecker.notNotOdd(69)  // => true
notNotOddNotNotEvenChecker.notNotOdd(42)   // => false
const notNotOddNotNotEvenChecker = require('not-not-odd')

notNotOddNotNotEvenChecker.notNotEven(1)  // => false
notNotOddNotNotEvenChecker.notNotEven(69) // => false
notNotOddNotNotEvenChecker.notNotEven(42)  // => true

Add what you feel necessary

  • Note: there are intentional issues in certain parts of the implementation that don't affect current builds. These are meant as a way for people to practice. https://discord.gg/EZW6bX5V

⠀⠀⠀

About

The codebase is haunted

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Rust 43.6%
  • Java 22.4%
  • C# 22.0%
  • Perl 4.6%
  • Makefile 4.2%
  • JavaScript 3.2%