Software Engineering :: Programming :: Languages :: JavaScript :: Array :: Method :: Instance :: Array.prototype.concat
⪼ Made with 💜 by Polyglot.
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.