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.

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
0 votes
asked Oct 8, 2022 in JavaScript by rajeshsharma
...