Home »
MCQs »
Meteor.js MCQs
Which of the following method deletes a document from the Collection?
17. Which of the following method deletes a document from the Collection?
- Delete
- Del
- Del_all
- Remove
Answer: D) Remove
Explanation:
Remove method deletes a document from the Collection.