Home »
MCQs »
BackboneJS MCQs
Which of the following are the main components of Backbone JS?
8. Which of the following are the main components of Backbone JS?
- Model
- View
- Collection
- Router
- Event class object
- All of the above
Answer: F) All of the above
Explanation:
Backbone JS's main components are:
- Model
- View
- Collection
- Router
- Event class object