Concatenating arrays is a fairly common operation.
A cool way of doing it, and one that leaves the original unmutated, is to use the concat() method of the array prototype.
Concatenating arrays is a fairly common operation.
A cool way of doing it, and one that leaves the original unmutated, is to use the concat() method of the array prototype.