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: Test it NowOutput: Save the above code in clone.html file and open this file in a new browser. Next TopicBackbone.js Fetch |