Challenge 3: Check for a 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 ...