about | help | code help+videos | done | prefs |
Given a string, return true if the first letter equals the last letter. Assume that the string has at least one character. sameFirstLast("eagle") → true sameFirstLast("bat") → false sameFirstLast("xyexysx") → 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: 120 Post-solution available
Copyright Nick Parlante 2017 - privacy