What are the main components of backbone.js ?
Mention what are the typical problems you might face with the backbone view code?
What is model in backbone.js?
What is modelbinder in backbone.js ?
How backbone decides if it should use post/get/ request to the server? What are the methods backbone has reserved for these operations?
How to use to backbone.ajax function?
Explain what is backbone.js collections?
What are the methods of utility in backbone.js?
Explain events in backbonejs?
In backbone view, what is the use of setelement ?
Explain what is model.cid?
List out configuration options available in backbone js?
What is events in backbone.js?
How can you track any change in model attribute value?
Which are the three js files that are required to setup backbone.js?