| 1. |
What Is Collection In Backbone.js? |
|
Answer» Backbone collections are simply an ordered set of models. Typically, your collection will only USE ONE type of model but models themselves are not limited to a type of collection. VAR Song = Backbone.Model.extend({ Backbone collections are simply an ordered set of models. Typically, your collection will only use one type of model but models themselves are not limited to a type of collection. var Song = Backbone.Model.extend({ |
|