Array.prototype.concat

Array.prototype.concat() is a function that takes an array and combines it with another array or value/s giving the output of a new combined array.

Read More