What are the three js files that are required to setup a working environment for backbone.js?
Answer / Ashwani Kumar Gupta
To set up a working environment for Backbone.js, you typically need three JavaScript files: jQuery (for utility functions), Underscore.js (for functional programming helpers), and Backbone.js itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain events in backbonejs?
Explain when you require backbone.js ?
How can you track any change in model attribute value?
Explain backbone.js?
Explain what is backbone.js router is used for?
What are the typical problems you might face with the backbone view code ?
Why you have to use Backbone? Advantages?
What is collection in backbone?
What are the architecture of backbone.js?
How backbone decides if it should use post/get/ request to the server? What are the methods backbone has reserved for these operations?
How to override Backbone.sync?
Which are the three js files that are required to setup backbone.js?