Challenge Concatenate Strings With Concat - thelastmile/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);
.concat()
can be used to merge the contents of two arrays into one.
array = array.concat(otherArray);