Challenge 3: Is this String a Palindrome?
This challenge aims to test your understanding of recursion by finding out whether or not a string is a palindrome.
We'll cover the following...
Problem Statement
Before we dive into the challenge, let’s learn what a palindrome is. A palindrome is a string of words that reads the same ...