Skip to content

Commit 644487b

Browse files
committed
Exercise-125
1 parent e8b4f8d commit 644487b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/125-Valid-Palindrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ var isPalindrome = function(s) {
1616
j--
1717
}
1818
return true;
19-
};
19+
};

0 commit comments

Comments
 (0)