|
6 éve | |
---|---|---|
.. | ||
node_modules | 6 éve | |
LICENSE | 6 éve | |
README.md | 6 éve | |
index.js | 6 éve | |
package.json | 6 éve |
Returns true if the given number is odd.
Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your :heart: and support.
Install with npm:
$ npm install --save is-odd
var isOdd = require('is-odd');
isOdd(0);
//=> false
isOdd('1');
//=> true
isOdd(2);
//=> false
isOdd('3');
//=> true
You might also be interested in these projects:
| Commits | Contributor | | --- | --- | | 11 | jonschlinkert | | 2 | noformnocontent | | 1 | Semigradsky | | 1 | realityking |
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on November 01, 2017.