Home » 
        MCQs » 
        Jasmine.js MCQs
    
        
    How many Spying technologies are available in Jasmine?
    
    
    
	21. How many Spying technologies are available in Jasmine?
    
      - 5
 
      - 4
 
      - 3
 
      - 2
 
    
    Answer: D) 2
    Explanation:
    There are two types of spying technology available in Jasmine: SpyOn() and CreateSpy().