#Joining The .Join() method, makes an array turn into a string and joining it all together. var array ["one", "two", "three", "four"]; console.log(array.join(" "));