Home »
MCQs »
EmberJS MCQs
Suppose you are asked to create a new application, which command would you use in EmberJS to create a new application?
61. Suppose you are asked to create a new application, which command would you use in EmberJS to create a new application?
- New_application
- Ember new application
- Create_new_app
- All of the above
Answer: B) Ember new application
Explanation:
Ember new application is the command that we will use in EmberJS to create a new application.