about | help | code help+videos | done | prefs |
camelCase
Returns a string that is identical to the parameter except that the characters at the even indices are lower-case and the letters at the odd indices are upper-case. camelCase('House') → 'hOuSe' camelCase('TWO words') → 'tWo wOrDs' camelCase('doGS') → 'dOgS' ...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: 250
Copyright Nick Parlante 2017 - privacy