about | help | code help+videos | done | prefs |
myCapitalize
Recreate the string method capitalize(). Do NOT use the built in capitalize command. The first character should be upper case, all of the the rest should be lower case. You may use the string methods upper() and lower(). myCapitalize('abby') → 'Abby' myCapitalize('FISH!') → 'Fish!' myCapitalize('123') → '123' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy