FreeCodeCamp
JavaScript Algorithms and Data Structures Project

Palindrome Checker

Return true if the given string is a palindrome. Otherwise, return false. A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, spacing, and special characters.

Output Will Appear Here