What is collection in backbone.js?
Answer / Dhirendra Pathak
In Backbone.js, a collection represents an array of models. It provides methods like add, remove, and fetch to manipulate the models in the collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to access a models data from a view in backbone.js?
Explain when you require backbone.js ?
What is the function of setelement?
What is the function of tojson ?
What are the architecture of backbone.js?
What is the function of parse ?
How the actions performed on model is translated to restful operations? Give an example?
How can you write the business logic in model?
Explain what is model.cid?
When you require backbone.js?
Explain 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?