Waypoint Concatenate Strings with concat - GJSmith3rd/FreeCodeCamp-BootCamp GitHub Wiki

Contact me

Gilbert Joseph Smith III

@gjsmith3rd

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

Concatenate Strings with concat

.concat() can be used to merge the contents of two arrays into one.

array = array.concat(otherArray);