Write a program that takes a word and checks to see if it is a Palindrome.

The program takes the entered word or phrase and removes any spaces. It then loops through the word starting at the last letter, and writes it backwards as all lower case letters. The program then compares the two words and if they are the same, it displays "This is a Palindrome." If they don't match, the program prints "This is not a Palindrome." This program was made using JavaScript, HTML, CSS, and Bootstrap 4

Check it Out