Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
developer.mozilla.org
(Uncensored)
subscribe
Array.prototype.concat() - JavaScript | MDN
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat
links
backlinks
The concat() method of Array instances is used to merge two or more arrays. This method does not change the existing arrays, but instead returns a new array.