List out configuration options available in backbone js?
Answer Posted / Ayush Kumar
Configuration options in Backbone.js include: `model`, `collection`, `view`, `router`, and `history`. These can be set as properties on the Backbone namespace, or as options when creating new instances of models, collections, views, and routers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers