92
Backbone.js collection.add()
Backbone.js Collection Add method is used to add a model or array of models to the collection.
Syntax:
Parameter explanation:
models: It contains names of the collection instances, which are need to be added in the collection.
options: It includes model types and adds them to collection instance.
Let’s take an example.
See this example: