Home »
MCQs »
KnockoutJS MCQs
Which of the following method is used to eliminate the last item from the arrays and returns it?
28. Which of the following method is used to eliminate the last item from the arrays and returns it?
- Del()
- Pop()
- Delete()
- Remove()
Answer: B) Pop()
Explanation:
The pop() method is used to eliminate the last item from the arrays and returns it.