Home »
MCQs »
Meteor.js MCQs
Which of the following method replaces an existing document in the Collection?
42. Which of the following method replaces an existing document in the Collection?
- New
- Update
- Replace
Answer: B) Update
Explanation:
The update method replaces an existing document in the Collection.