Javatpoint Logo
Javatpoint Logo

Backbone.js Collection.extend()

The extend method is used to extend the backbone's collection class to create your own collection. It provides instance properties and optional classProperties to be attached directly to the collection's constructor function.

Syntax:


Parameter explanation:

properties: Properties provide instance properties for the collection class .

classProperties: Class properties are attached to the collection's constructor function.

Let's take an example.

See this example:

Test it Now

Output:

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

BackboneJS extend Collection




Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA