Waypoint Join Strings with join - GJSmith3rd/FreeCodeCamp-BootCamp GitHub Wiki

Contact me

Gilbert Joseph Smith III

@gjsmith3rd

Github | FreeCodeCamp | CodePen | LinkedIn | Blog/Site | E-Mail

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(" ");