0 votes
in JavaScript by
Which built-in method adds one or more elements to the end of an array and returns the new length of the array?

1 Answer

0 votes
by

push() method adds one or more elements to the end of an array and returns the new length of the array.

...