Backbone.js isNew Model
In this article, we will learn about the Backbone.js isNew model. The isNew model is used to represent a new state, which is when the details are not yet saved to the server. It will return a Boolean value. If it is true, it will return true, otherwise false. Syntax: Backbone.Model.isNew() Parameter