105
Backbone.js collection.clone()
The Backbone.js collection clone method returns a new instance of the collection with an identical list of models.
Syntax:
Let’s take an example to demonstrate clone method.
See this example:
The Backbone.js collection clone method returns a new instance of the collection with an identical list of models.
Syntax:
Let’s take an example to demonstrate clone method.
See this example: