about | help | code help+videos | done | prefs |
Given two non-empty strings, return true if the strings begin with the same first letter (regardless of case). Otherwise, return false. sameFirstLetter("cat", "Candy") → true sameFirstLetter("apple", "banana") → false sameFirstLetter("Ape", "Amsterdam") → 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: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy