is-this-number-odd
Version:
This is an useful package which check if the given number is odd or not.
17 lines (11 loc) • 301 B
Markdown
# is-this-number-odd
This small package checks if the number is odd or not.
## Usage
<hr>
First let's install the package:
`npm i is-this-number-odd`
<br>
Now you can require it in your project and use:
`isOdd(x)`
<br>
Where `x` is any number. The function will return a boolean.