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.

...