0 votes
in JavaScript by
Which built-in method removes the last element from an array and returns that element?

1 Answer

0 votes
by

pop() method removes the last element from an array and returns that element.

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
+2 votes
asked Jul 16, 2019 in JavaScript by Indian
...