about | help | code help+videos | done | prefs |
Write a method that accepts an input parameter string that consists of nothing but lower-case letters and spaces. Return a new string based on the input parameter but with all spaces removed and each character that originally followed a space turned into a capital letter. Look at the test data for details. nov3_2017_SLHL_camelCase("") → "" nov3_2017_SLHL_camelCase("this is a test") → "thisIsATest" nov3_2017_SLHL_camelCase("intercaps is great") → "intercapsIsGreat" ...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: 290
Copyright Nick Parlante 2017 - privacy