Challenge Concatenate Strings With Concat - ashish9342/FreeCodeCamp GitHub Wiki Challenge Concatenate Strings with .concat .concat() can be used to merge the contents of two arrays into one. array = array.concat(otherArray); ⚠️ **GitHub.com Fallback** ⚠️