Google News
logo
Backbone - Interview Questions
Which are the three js files that are required to set up Backbone.js?
Following are the three js files that we require to setup Backbone.js and make a working environment :
 
* jQuery
* Backbone
* Underscore

In our application, we have to put these files within the js folder and use it on our index.html page.

Advertisement