about | help | code help+videos | done | prefs |
string_repeat
Given a String and a 'repeat' integer, return a String that is 'repeat' number of copies of the given String. string_repeat("Hello", 2) → "HelloHello" string_repeat("Hi", 3) → "HiHiHi" string_repeat("lol", 5) → "lollollollollol" ...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