____ is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code

22. ____ is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code.

  1. SpyOn()
  2. Spy ()
  3. CreateSpy ()

Answer: A) SpyOn()

Explanation:

SpyOn() is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code.


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.