Skip to content

Commit 15a5f4e

Browse files
authored
Rename index.js to script.js
1 parent 8d9888e commit 15a5f4e

File tree

1 file changed

+1
-1
lines changed
  • 07-Check-if-a-Number-is-Palindrome-or-Not

1 file changed

+1
-1
lines changed

07-Check-if-a-Number-is-Palindrome-or-Not/index.js renamed to 07-Check-if-a-Number-is-Palindrome-or-Not/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if (orNum === rev) {
1515
}
1616
else {
1717
console.log(orNum + " is NOT a palindrome");
18-
}
18+
}

0 commit comments

Comments
 (0)