Home »
MCQs »
Meteor.js MCQs
Among meteor.user() and meteor.users method which of the following is a collection that stores user information for a Meteor application?
27. Among meteor.user() and meteor.users method which of the following is a collection that stores user information for a Meteor application?
- meteor.user()
- meteor.users
Answer: B) meteor.users
Explanation:
meteor.users method is a collection that stores user information for a Meteor application.