about | help | code help+videos | done | prefs |
Given a string, return a version without the first and last char, so "Hello" yields "ell". The string length will be at least 2. withoutEnd("Hello") → "ell" withoutEnd("java") → "av" withoutEnd("coding") → "odin" ...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: 124.0
Copyright Nick Parlante 2017 - privacy