What is a collection in backbone.js?
Answer / Ankit Yadav
A Collection in Backbone.js is an object that contains a list of models, provides utility functions for querying and manipulating the models, and can synchronize its models to a server via RESTful JSON endpoints.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to access a models data from a view in backbone.js?
What is a view in backbone.js?
Can you give an example of how to build a collection?
What are events types?
What is models in backbone.js?
What is model in backbone.js?
What is “el” property of backbone.js view?
Explain what is backbone.js models?
What are the configuration options available ?
What are the architecture of backbone.js?
What is backbone.sync is used for ?
When you can use unbinding function in backbone.js?