Home » Backbone.js model.get()

Backbone.js model.get()

by Online Tutorials Library

Backbone.js model.get()

The Backbone.js Get model is used to get the value of an attribute on a model.

Syntax:

Parameter explanation:

attributes: It defines property of a created model.

Let’s take an example.

See this example:

You may also like