Home »
MCQs »
KnockoutJS MCQs
If the property is Computed Observable, which of the following method returns true?
34. If the property is Computed Observable, which of the following method returns true?
- Ko.isobservable
- ko.isComputed
- ko.Computedis
Answer: B) ko.isComputed
Explanation:
ko.isComputed returns true, If the property is Computed Observable.