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 Now

Output:

Save the above code in clone.html file and open this file in a new browser.

BackboneJS Clone Collection



Latest Courses