Tacocat

The word "Tacocat" is a palindrome, meaning it's spelled the same forwards and backwards. This challenge is about building a function to detect these.

Traditionally knows as the "reverse a string" exercise, it has in some form been used by technology companies such as Amazon, Microsoft, VMware and Norton to assess a candidate’s ability to code an impromptu algorithm.

This project was created using Bootstrap 4.5, HTML5, CSS3, and JavaScript.

Requirements

Write a program that allows a user to enter in a word or phrase and then prints out the reverse of what was entered.

Example: the user enters “developer” the output is “repoleved”.

Tech Used