Home »
MCQs »
Meteor.js MCQs
The ____ method is used to call a server method from the client
23. The ____ method is used to call a server method from the client.
- Meteor.Server
- Meteor.client
- Meteor.call
Answer: C) Meteor.call
Explanation:
The Meteor.call method is used to call a server method from the client.