Discussion :: Backbone JS
- What are the key points of Backbone?
A.
It has hard dependency with underscore.js to make it more functional and supporting a range of useful collection- based operations
|
B.
With jQuery it has a soft dependency
|
C.
When the model changes it can update the HTML of your application automatically
|
D.
All of these
|
Answer : Option D
Explanation :
Be The First To Comment