about | help | code help+videos | done | prefs |
string_deleteLetter
Given a String called "word" and an integer called "index", return the given String, but without the letter at the given index! string_deleteLetter("Hello", 0) → "ello" string_deleteLetter("Hello", 1) → "Hllo" string_deleteLetter("Hello", 2) → "Helo" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy