Home » 
        MCQs » 
        KnockoutJS MCQs
    
        
    Which of the following method, returns true if the property is Observable?
    
    
    
	35. Which of the following method, returns true if the property is Observable?
    
      - ko.isObservable
 
      - ko.isComputed
 
      - ko.Computedis
 
    
    Answer: A) ko.isObservable
    Explanation:
    ko.isObservable method, returns true if the property is Observable.