Skip to content

Commit f9a154b

Browse files
committed
adding more commits on fix-js-docs
1 parent d64f4c9 commit f9a154b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: String/CheckPalindrome.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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+
*
56
* @param {string} str The input string to be checked for palindrome.
67
* @returns {string} Returns 'Palindrome' if the input string is a palindrome,
78
* 'Not a Palindrome' if it is not, or an error message if the input is not a valid string.

0 commit comments

Comments
 (0)