about | help | code help+videos | done | prefs |
removeAt
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. removeAt("super", 2) → "suer" removeAt("nicely done", 6) → "nicelydone" removeAt("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