We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081622 commit 18a28e5Copy full SHA for 18a28e5
Maths/isOdd.js
@@ -15,3 +15,6 @@ function isOdd (num) {
15
16
return false
17
}
18
+
19
+console.log(isOdd(2))
20
+console.log(isOdd(3))
0 commit comments