# is-odd **Repository Path**: mirrors_Semigradsky/is-odd ## Basic Information - **Project Name**: is-odd - **Description**: Returns true if the given number is odd. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # is-odd [![NPM version](https://badge.fury.io/js/is-odd.svg)](http://badge.fury.io/js/is-odd) > Returns true if the given number is odd. ## Install with [npm](npmjs.org) ```bash npm i is-odd --save ``` ## Usage ```js var isOdd = require('is-odd'); isOdd(0); //=> false isOdd('1'); //=> true isOdd(2); //=> false isOdd('3'); //=> true ``` ## Run tests Install dev dependencies: ```bash npm i -d && npm test ``` ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-odd/issues) ## Author **Jon Schlinkert** + [github/jonschlinkert](https://github.com/jonschlinkert) + [twitter/jonschlinkert](http://twitter.com/jonschlinkert) ## License Copyright (c) 2015 Jon Schlinkert Released under the license *** _This file was generated by [verb](https://github.com/assemble/verb) on February 24, 2015._