about | help | code help+videos | done | prefs |
A palindrome is a word that reads the same forwards and backwards, such as "mom", "dad", and "racecar". Given a string return whether that string is a palindrome. The string will always contain at least one character. isPalindrome("mom") → true isPalindrome("racecar") → true isPalindrome("a") → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy