Which method of the array removes and returns the last element?
a.shift()
b. pop()
c. push()
d.join()
Answers
Answered by
0
Answer:
b. pop()
Explanation:
this is the right answer
Similar questions