Home »
MCQs »
KnockoutJS MCQs
In the MVVM pattern, the user interface part of the application comes under which component?
8. In the MVVM pattern, the user interface part of the application comes under which component?
- Model
- View
- ViewModel
Answer: B) View
Explanation:
In the MVVM pattern, the user interfaces part of the application comes under the View component.