A

Admin • 828.03K Points
Coach

Q. Which of the following method will wait for certain milliseconds to execute a specified method?

  • (A) setInterval()
  • (B) setTimeout()
  • (C) setmilli()
  • (D) setseconds()
  • Correct Answer - Option(A)
  • Views: 9
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
The setInterval() method will wait a specified number of milliseconds, and then execute a specified function, and it will continue to execute the function, once at every given time-interval.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.