Answer Posted / Prem Anand
In Backbone.js, a view is an object that manages the user interface of a part of your application. To define a new view, extend the Backbone.View class and implement the required template, events, and render methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers