Google News
logo
Backbone - Quiz(MCQ)
What is the usage of ModelBinder in Backbone.js?
A)
The ModelBinder class is used to handle routers.
B)
The ModelBinder class is used to hide the models and views.
C)
The ModelBinder class is used to make a synchronization process of views and models together.
D)
None of the Above

Correct Answer :   The ModelBinder class is used to make a synchronization process of views and models together.


Explanation : The ModelBinder class is used to make a synchronization process of views and models together.

Advertisement