What is view in backbone.js?
Answer / Jahid Khan
A View in Backbone.js represents a part of the user interface, managing the visual aspects of the application and updating the UI in response to model changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How are models attributes stored in backbone.js?
What is the difference between the properties “id” and “cid” on a model object in backbone js?
when do you require backbone.js?
What is model.attributes ?
Explain when you require backbone.js ?
What are the disadvantages of backbone.js?
What are the Advantages of backbone.js?
How can you write the business logic in model?
When and by whom the backbone.js was released?
What is models in backbone.js?
How can you set attributes of a model?
Which are the three js files that are required to setup backbone.js?