is-odd-but-even-better
v1.0.0
Published
Checks if a number is odd.
Maintainers
Readme
is-odd-but-even-better
Checks if the provided number is even but with a completely new way of checking.
Usage
import isOdd from "is-odd-but-even-better"
console.log(isOdd(1)) // OUTPUT: TRUE
console.log(isOdd(2)) // OUTPUT: FALSEThis project is under the MIT license. Check the LICENSE file for more details
