A

Admin • 833K Points
Coach

Q. What does setInterval() do?

  • (A) Calls a function repeatedly at specified intervals
  • (B) Runs code only once after delay
  • (C) Stops execution
  • (D) Loops through array
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

setInterval repeatedly calls a function every given milliseconds.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.