about | help | code help+videos | done | prefs |
x is a string. Complete the function so that it returns a string that is identical to the parameter except that all the letters that had been at odd indices are gone. noOdds('twice') → 'tie' noOdds('METHACTON') → 'MTATN' noOdds('&') → '&' ...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: 150 Post-solution available
Copyright Nick Parlante 2017 - privacy