...

/

Challenge 3: Check Palindrome

Challenge 3: Check Palindrome

Given a string, check whether or not it is a palindrome.

Problem Statement

Write a function that takes a variable testVariable, which contains a string, and checks whether or not it is a palindrome.

What is a “Palindrome”?

A Palindrome is a string that reads the same backward and forwards. For example madammadam ...