Backbone.js Collection.model()You have to override the model property of the collection class to specify the model class that the collection contains. You can pass raw attributes objects to add, create and reset and the attributes will be converted into a model of the proper type. Syntax: Let's take an example. See this example: Test it NowOutput: Save the above code in model.html file and open this file in a new browser. Next TopicBackbone.js Initialize |