Skip to content
#

palindrome-checker

Here are 34 public repositories matching this topic...

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, and spacing.

  • Updated Mar 20, 2023
  • JavaScript

Here are the codes that I wrote while doing the "JavaScript Algorithms and Data Structures" course on FreeCodeCamp.com. Hope it will help you get through any problem you might face while solving the problems. PEACE :)

  • Updated Sep 14, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the palindrome-checker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the palindrome-checker topic, visit your repo's landing page and select "manage topics."

Learn more