TATTARRATTAT
A Coding Project
A javascript coding exercise that checks if a word is a palindrome
A palindrome is a word, phrase, or sequence that reads the same both backwards and forwards. This app will check to see if the text entered is a palindrome.
The word "tattarrattat" is the longest palindrome in the english dictionary. It means "a knock at the door", and comes from the novel "Ulysses" by James Joyce.
- Enter a word or any series of characters in the "Enter A String" field.
- Click on the "Check It" button.
- The result will tell you if it is a palindrome or not.
- Spaces and special characters will be ignored.
- You must enter at least two characters.