Home »
MCQs »
Meteor.js MCQs
Which command is used in the meteor framework to resets the database of a Meteor application and restart it?
6. Which command is used in the meteor framework to resets the database of a Meteor application and restart it?
- Meteor stop
- Meteor restart
- Meteor reset
Answer: C) Meteor reset
Explanation:
The Meteor reset command is used in meteor framework to resets the database of a Meteor application and restarts it.