Home / Interview / Backbone :: General Questions

Interview :: Backbone

21) What are the functionalities of parse in Backbone.js?

The data, which is returned from the server in response to a fetch or store operation, is called parse. It is used to return the model's data by passing into the response object.

22)

What is the function of setElement?

The Backbone.js setElement method is used to apply the backbone view to a different DOM element for example