Ufo Tofu
An exercise in reversing a string via Javascript
An app to check if a string is a palindrome (the same word that is the same backward as it is forward). Try the title of this app in the palindrome checker!
- Learned about stripping special characters from an input.
- Practiced reversing a string.