Home »
MCQs »
Meteor.js MCQs
____ is a Meteor framework function for subscribing to a server publication
40. ____ is a Meteor framework function for subscribing to a server publication.
- Meteor.publish()
- Meteor.subscribe()
- Meteor.subs()
Answer: B) Meteor.subscribe()
Explanation:
Meteor.subscribe() is a Meteor framework function for subscribing to a server publication.