Home » Backbone.js model.set()

Backbone.js model.set()

by Online Tutorials Library

Backbone.js model.set()

The Backbone.js Set model is used to set the value of an attribute in the model.

Syntax:

Parameter explanation:

attributes: It defines property of a created model.

Let’s take an example.

See this example:

You may also like