about | help | code help+videos | done | prefs |
isPalindrome
A word is a palindrome if it can be read the same way forward and back. Write a method that returns true if a string is a palindrome and false if it is not. isPalindrome("madam") → true isPalindrome("Aaron") → false isPalindrome("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