javascript
palindrome txt
//One way to create a palindrome text program is to use a recursive function that takes a string as its argument. The function will check if the string is a palindrome or not. If it is, it will return true, if not, it will return false. //Recursive function to check