Home »
MCQs »
Meteor.js MCQs
With the help of which method the number of documents in a Collection query are counted?
13. With the help of which method the number of documents in a Collection query are counted?
- Find
- Count
- Insert
- Update
- Sum
Answer: B) Count
Explanation:
With the help of the Count method, the number of documents in a Collection query are counted.