Taco Cat Solution Website

Taco Cat

Tacocat spelled backwards is, well...Tacocat!


The word "Tacocat" is a Palindrome! What's a palindrome you might ask? A palindrome is a word, phrase, number, or sequence of words that reads the same backward as forward. Here our coding objective is to take an input and determine if it a palindrome or not.

The Taco Cat coding challenge is based on the “Reverse a String” exercise, which simply determines if a word or phrase is indeed a palindrome. This exercise in some form has been used by companies such as Amazon and Microsoft to assess a candidate’s ability to code an impromptu algorithm. Click the button below to see my solution!


See the solution