Home »
MCQs »
EmberJS MCQs
____ is a technique for establishing a relationship between the data reflected in the Frontend and the information stored in your model, which is handled by business logic
16. ____ is a technique for establishing a relationship between the data reflected in the Frontend and the information stored in your model, which is handled by business logic.
- Data binding
- Controller representation
- Handlebars
- Templating
Answer: A) Data binding
Explanation:
Data binding is a technique for establishing a relationship between the data reflected in the Frontend and the information stored in your model, which is handled by business logic.