86
Backbone.js model.clear()
The Backbone.js clear model is used to remove all the attributes from a backbone model. It removes id attribute also.
Syntax:
Parameter explanation:
options:It defines parameters like id, name etc. used when they are removing from the model.
Let’s take an example.
See this example: