about | help | code help+videos | done | prefs |
trimFirstChar
Given a string whose length is greater than 1, return a string without the first character of the input string. (Difficulty Level: 1) trimFirstChar("Hello") → "ello" trimFirstChar("Cool") → "ool" trimFirstChar("Mississippi") → "ississippi" ...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