What is collection in backbone?
Answer / Manoj Sagar
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 |
What are events types?
What are the disadvantages of backbone.js?
How can you set attributes of a model?
What is backbone.js models?
Explain events in backbonejs?
What is the use of backbone.js router?
What is backbone.js? How does it help developers?
What is router in backbone.js?
Explain what is modelbinder in backbone.js ?
What are the initial setup steps of backbone.js?
What is the difference between the properties “id” and “cid” on a model object in backbone js?
Which is the latest stable version of backbone.js and what is its released date?