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.
1 parent 15a5f4e commit 39d902eCopy full SHA for 39d902e
08-Check-the-Number-is-Divisible-by-2-and-3/index.js renamed to 08-Check-the-Number-is-Divisible-by-2-and-3/script.js
@@ -7,4 +7,4 @@ if (num % 2 === 0 && num % 3 === 0) {
7
}
8
else {
9
console.log("Not divisible by 2 and 3");
10
-}
+}
0 commit comments