Home »
MCQs »
Meteor.js MCQs
Which of the following method returns the first document returned by a Collection query?
14. Which of the following method returns the first document returned by a Collection query?
- One
- Onlyone
- FindOne
Answer: C) FindOne
Explanation:
FindOne method, Returns the first document returned by a Collection query.