Home »
MCQs »
Meteor.js MCQs
When the Meteor application starts, the ____ function is used to run code on the server
43. When the Meteor application starts, the ____ function is used to run code on the server.
- Meteor.new
- Meteor.Restart
- Meteor.start
- Meteor.startup
Answer: D) Meteor.startup
Explanation:
When the Meteor application starts, the Meteor.startup function is used to run code on the server.