mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
Update isOdd.js
This commit is contained in:
@@ -15,3 +15,6 @@ function isOdd (num) {
|
|||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(isOdd(2))
|
||||||
|
console.log(isOdd(3))
|
||||||
|
|||||||
Reference in New Issue
Block a user