Tag: palindromes

FCC Bonfire Series 105: Check for Palindromes

Today, I bring you a new contender: Check for Palindromes. We must write a function that takes a string, be it a single word or full sentence, and should return true if said string is […]