Home »
MCQs »
KnockoutJS MCQs
Which of the following method removes all items and returns an array of them?
31. Which of the following method removes all items and returns an array of them?
- Pop()
- Remove()
- Delete
- RemoveAll()
Answer: B) Remove()
Explanation:
Remove method removes all items and returns an array of them.