about | help | code help+videos | done | prefs |
extraStart
Given a string, return a new string made of 3 copies of the first 2 chars of the original string. The string length will be at least 2. extraStart("Hello") → "HeHeHe" extraStart("ab") → "ababab" extraStart("Hey") → "HeHeHe" ...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