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 8d9888e commit 15a5f4eCopy full SHA for 15a5f4e
07-Check-if-a-Number-is-Palindrome-or-Not/index.js renamed to 07-Check-if-a-Number-is-Palindrome-or-Not/script.js
@@ -15,4 +15,4 @@ if (orNum === rev) {
15
}
16
else {
17
console.log(orNum + " is NOT a palindrome");
18
-}
+}
0 commit comments