Solution: Palindrome Finder

Let's see the solution to the Palindrome Finder challenge.

We'll cover the following

Solution:

Here, we find whether the given word is a palindrome or not by simply storing it in a new variable backwardWord and then comparing it with the given word.

Let’s have a look at the solution code below:

Get hands-on with 1200+ tech skills courses.