What is Collection in Backbone.js ?
Collections in backbone.js are ordered sets of model. We can define the type of the model and the instance of properties for a collection. we can also bind "change" events to be notified whenever a model present in the collection is modified, we can also listen for "add" and "remove" events, and als