Home »
MCQs »
KnockoutJS MCQs
____ is a notion that monitors value changes in order to update the underlying ViewModel data
13. ____ is a notion that monitors value changes in order to update the underlying ViewModel data.
- KO.this
- KO.observable
- KO.write
- KO.observe
Answer: B) KO.observable
Explanation:
KO.observable is a notion that monitors value changes in order to update the underlying ViewModel data.