| about | help | code help+videos | done | prefs | 
Returns a true if the argument sWord is a palindrome, false otherwise. Precondition: sWord is all lowercase with no spaces or punctuation. isPalindrome("alula") → true isPalindrome("civic") → true isPalindrome("rewriter") → false ...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: 212 Post-solution available
Copyright Nick Parlante 2017 - privacy