about | help | code help+videos | done | prefs |
Define a function that when passed a String and an integer (say idx), returns a String with the character at idx (if any) removed from the original String. remove_at('super', 2) → 'suer' remove_at('nicely done', 6) → 'nicelydone' remove_at('really?', -1) → 'really?' ...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: 3 Post-solution available
Copyright Nick Parlante 2017 - privacy