about | help | code help+videos | done | prefs |
palindrome
Return true if the string is a palindrome. If the string is empty, the method should return true. All strings will be lower case. palindrome("radar") → true palindrome("away") → false palindrome("racecar") → 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