All ChallengesLoading...
Not Solved

Join words with space

Write a function that takes a list of words and joins them with a single space between each word, returning the resulting string.
Beginner
sample input: ["hello", "world"] 
sample output: hello world
Loading...
Test Output: