JS

Arrays in JavaScript - What does

30.

What does the Array.prototype.concat() method do?

It adds a new element to the beginning of an array.

It returns the number of elements in an array.

It combines two or more arrays into a new array.

It removes the last element from an array.