Skip to content

Commit ad98cee

Browse files
committed
Resolve conflict in CheckPalindrome.js during cherry-pick
1 parent d9cc779 commit ad98cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

String/CheckPalindrome.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Checks if a string is a palindrome.
33
* A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
44
* Palindrome check is case sensitive; i.e., "Aba" is not considered a palindrome.
5-
*
65
* @param {string} str The input string to be checked for palindrome.
76
* @returns {string} Returns 'Palindrome' if the input string is a palindrome,
87
* 'Not a Palindrome' if it is not, or an error message if the input is not a valid string.

0 commit comments

Comments
 (0)