THE CODE FOR: Taco Cat
The code is structured in three functions
getString
Gets the string from the user input field.
reverseString
Reverses the input string so it can be compared to input string.
checkPalindrome
Returns a string that will indicate if original text is palindrome or not.