Update isOdd.js

This commit is contained in:
Jake Gerber
2020-10-10 14:07:16 -07:00
committed by GitHub
parent 008162228e
commit 18a28e567e

View File

@ -15,3 +15,6 @@ function isOdd (num) {
return false
}
console.log(isOdd(2))
console.log(isOdd(3))