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: Test it NowOutput: Save the above code in clear.html file and open this file in a new browser. Next TopicBackbone.js id |