JavaScript-Palindrome This script uses regular expressions to check if a string is a palindrome. If it is, return true. If not return false.