104
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: