about | help | code help+videos | done | prefs |
makeSentence
Take all of the strings in the list, and combine them into one string, separated by spaces. Assume the strings are non-empty and do not start or end with space. Do not use the join() method. makeSentence([]) → '' makeSentence(['bob']) → 'bob' makeSentence(['hot', 'dog']) → 'hot dog' ...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