Login
Remember
Register
Ask a Question
Which built-in method removes the last element from an array and returns that element?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
Which built-in method removes the last element from an array and returns that element?
string-method
string-functions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
pop() method removes the last element from an array and returns that element.
...