javascript
palindrome string
Palindrome String A palindrome string is a string that reads the same forwards and backwards. For example, "racecar" is a palindrome string because it reads the same way both forwards and backwards. There are several ways to check if a string is a palindrome: Method 1: Using a