What is models in backbone.js?
Answer / Robin Kumar Gupta
In Backbone.js, a model represents data with its own attributes, validation rules, and relations to other models or collections. It serves as the core building block of any Backbone application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain architecture of backbone?
When you can use unbinding function in backbone.js?
Why you have to use Backbone? Advantages?
Explain events in backbonejs?
In backbone view, what is the use of setelement ?
Explain backbone.js?
What is the function of parse ?
In which language, backbone js is written?
What is backbone.js? How does it help developers?
What is backbone events ?
How can you track any change in model attribute value?
What is router in backbone? How do you create a router with backbone?