A

Admin • 833K Points
Coach

Q. Which of the following can be used to stop a setInterval?

  • (A) clearInterval()
  • (B) stopInterval()
  • (C) pauseInterval()
  • (D) cancelInterval()
  • Correct Answer - Option(A)
  • Views: 25
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

clearInterval() stops the interval set by setInterval().

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.