mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +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