Explain what is backbone.js collections?
Answer Posted / Shaziya Rahman
In Backbone.js, a collection is an object that holds zero or more models and provides methods for querying, sorting, and manipulating these models.
Post New Answer View All Answers
Which is the latest stable version of backbone.js and what is its released date?
2
How can you track any change in model attribute value?
6