THE CODE FOR: TACO CAT
The code is structured in three functions.
getMessage
"Gets" the word or phrase entered by the user, converts it to lowercase, and then removes any specialized characters (including spaces).
reverseMessage
"Reverses" the the word or phrase and validates whether it is in fact a palindrome (the same forward an backward).
displayMessage
"Displays" whether or not the user-provided word/ phrase is a palindrome.