Update the snippet description (odd or even number)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
### Even or odd number
|
||||
|
||||
Checks whether number is odd or even using the modulo (`%`) operator.
|
||||
Checks whether a number is odd or even using the modulo (`%`) operator.
|
||||
Returns `true` if the number is even, `false` if the number is odd.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user