about | help | code help+videos | done | prefs |
Given 2 strings, return their concatenation, except omit the first char of each. The strings will be at least length 1. non_start('Hello', 'There') → 'ellohere' non_start('java', 'code') → 'avaode' non_start('shotl', 'java') → 'hotlava' ...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: 130.0
Copyright Nick Parlante 2017 - privacy