0 votes
in JavaScript by (30.8k points)
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 (23.1k points)

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

Related questions

...