What is Backbone.js primarily used for?
Which component in Backbone.js represents individual data?
Backbone Collections are used to store what?
What library does Backbone.js depend on for DOM manipulation?
What does a Backbone View primarily do?
What does Backbone.history.start() enable?
How do you define a route with a parameter in Backbone.Router?
What is the role of Backbone.sync?
Which method is used to destroy a model on the server?
What is the default data format Backbone expects from the server?
What is the purpose of using AMD (Asynchronous Module Definition) with Backbone.js?
Which library is commonly used to enhance Backbone.js with advanced features?
In Backbone.Marionette, which component manages the overall application structure?
What is the key benefit of writing unit tests for Backbone models?
Which testing library is commonly used to test Backbone components?