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 |
Explain the architecture of backbone.js
How can you write the business logic in model?
What are the difference between idattribute and attributes?
What are the Advantages of using backbone.js?
Can you have default values for model? If yes, how?
Explain what is converter in backbone.js?
Explain when you require backbone.js ?
List out configuration options available in backbone js?
What is backbone.js models?
Describe backbone events?
What is the difference between the properties “id” and “cid” on a model object in backbone js?
How can you track any change in model attribute value?