about | help | code help+videos | done | prefs |
string_combineStringArray
Given a String array where each element is one word, recombine them into a single String and place spaces between the words. Make sure you don't have a space after the last word. string_combineStringArray(["Hello", "students!"]) → "Hello students!" string_combineStringArray(["Combine", "the", "Strings!"]) → "Combine the Strings!" string_combineStringArray(["Use", "a", "for", "loop!"]) → "Use a for loop!" ...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