Home »
MCQs »
Meteor.js MCQs
Suppose you want to get the current user's information on the client, then which of the following method you will use?
25. Suppose you want to get the current user's information on the client, then which of the following method you will use?
- App.user ()
- Meteor.auth()
- Meteor.user ()
Answer: C) Meteor.user ()
Explanation:
Meteor.user method, get the current user's information on the client.