Challenge 3: Check Palindrome
Given a string, check whether or not it is a palindrome.
We'll cover the following...
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 ...