Answer Posted / Devendra Kumar
In Backbone.js, a View represents a part of the user interface that you want to interact with and update dynamically. A view listens for events on its associated model or collection, updates its DOM representation accordingly, and can also handle user interactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers