Explain what is the function of parse?
Answer / Dinesh Kumar Dubey
The parse function in Backbone.js is called when a model's sync method fetches data from a server. It takes a raw JSON object as input and converts it into a JavaScript object that can be easily manipulated by the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain architecture of backbone?
How to access a models data from a view in backbone.js?
What is router in backbone.js?
What is models in backbone.js?
What is model.attributes ?
Explain what is backbone.js?
What are the main components of backbone.js ?
List out configuration options available in backbone js?
How to override Backbone.sync?
When and by whom the backbone.js was released?
Explain how you can use backbone.js for multiple page web app ?
How to use to backbone.ajax function?