about | help | code help+videos | done | prefs |
firstUniqueLetter
Find the first non-repeated letter in a String, return as a String, case insensitive (return letter in lowercase) firstUniqueLetter("Morning") → "m" firstUniqueLetter("Spooks") → "p" firstUniqueLetter("SENESCENCE") → "" ...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