Which are the three js files that are required to setup backbone.js?
What are the main components of backbone.js ?
In backbone view, what is the use of setelement ?
What is model.attributes ?
How to override Backbone.sync?
What are the configuration options available ?
What is a view in backbone.js?
What is collection 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 can you get the attribute value of a model?
Explain what is modelbinder in backbone.js ?
Mention what are the typical problems you might face with the backbone view code?
Explain backbone.js?
What is a collection in backbone.js?
What are the three js files that are required to setup a working environment for backbone.js?