MCQ
Which method removes the last element from an array?
Explanation
pop() removes and returns the last element of an array.
pop() removes and returns the last element of an array.