Home » Backbone.js model.unset()

Backbone.js model.unset()

by Online Tutorials Library

Backbone.js model.unset()

The Backbone.js unset model is used to remove an attribute from a backbone model.

Syntax:

Parameter explanation:

attributes: It defines property of a created model.

Let’s take an example.

See this example:

You may also like