A

Admin • 833K Points
Coach

Q. Which is the function used to call a function in every time duration?

  • (A) callafter()
  • (B) setInterval()
  • (C) setTimeout()
  • (D) setTime()
  • Correct Answer - Option(B)
  • Views: 23
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

The setInterval(function, duration) calls function after every duration milliseconds.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.