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 e8b4f8d commit 644487bCopy full SHA for 644487b
javascript/125-Valid-Palindrome.js
@@ -16,4 +16,4 @@ var isPalindrome = function(s) {
16
j--
17
}
18
return true;
19
-};
+};
0 commit comments