Skip to content
Prev Previous commit
Next Next commit
Update isOdd.js
  • Loading branch information
JakeGerber authored Oct 10, 2020
commit 18a28e567ec660c19ca2d5cda54cd90654df7759
3 changes: 3 additions & 0 deletions Maths/isOdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ function isOdd (num) {

return false
}

console.log(isOdd(2))
console.log(isOdd(3))