Home »
MCQs »
KnockoutJS MCQs
A ____is a function that is reliant on one or more observables and that automatically updates when those underlying observables (dependencies) change?
33. A ____is a function that is reliant on one or more observables and that automatically updates when those underlying observables (dependencies) change?
- Computed observable
- Observable
- Marked Observable
Answer: A) Computed observable
Explanation:
A computed observable is a function that is reliant on one or more observables and that automatically updates when those underlying observables (dependencies) change.