We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8d2ed6 + 7466919 commit 285a873Copy full SHA for 285a873
main.js
@@ -0,0 +1,5 @@
1
+function isOdd(number) {
2
+ return number % 2 !== 0;
3
+}
4
+
5
+console.log(isOdd(7));
0 commit comments