Home »
MCQs »
Meteor.js MCQs
Which of the following method returns an array of all the documents returned by a Collection query?
16. Which of the following method returns an array of all the documents returned by a Collection query?
- All
- Fetch
- Update
- Retrieve
Answer: B) Fetch
Explanation:
Fetch method, returns an array of all the documents returned by a Collection query.