Skip to content

Challenge Join Strings With Join

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Join Strings with Join

We can use the .join() method to join each element in an array into a string separated by whatever delimiter you provide as an argument to the join operation.

var joinMe = joinMe.join(" ");
Clone this wiki locally