about | help | code help+videos | done | prefs |
makeSentence
Take a list of strings, and join them into one string. Place spaces between the words. do not use the function join(). makeSentence([]) → '' makeSentence(['wutang', 'clams']) → 'wutang clams' makeSentence(['a', 'b', 'x', 'c']) → 'a b x c' ...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