
rotator
Palindrome Checker
What is a palindrome?...A palindrome is a word, sentence, or phrase, such as "rotator",
that is read the same way forward and backwards.
Rotator is a JavaScript coding challenge that allows the user to input a string in the form of a word or phrase, then reverses that input and outputs the result. It then checks if the user's string is a palindrome taking into account spaces, special characters, and capitalization.