Home »
MCQs »
BackboneJS MCQs
The ____is a function that converts a JavaScript object to a model. It is called when there is a transition between an HTML element and the model's attribute?
14. The ____is a function that converts a JavaScript object to a model. It is called when there is a transition between an HTML element and the model's attribute?
- Model Binder
- Converter
- Collections
- Controller
Answer: B) Converter
Explanation:
The Converter is a function that converts a JavaScript object to a model. It is called when there is a transition between an HTML element and the model's attribute.