A

Admin • 833K Points
Coach

Q. Which function is used to delay execution of code by a given time?

  • (A) setTimeout()
  • (B) delay()
  • (C) wait()
  • (D) sleep()
  • Correct Answer - Option(A)
  • Views: 30
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

setTimeout executes code after a specified number of milliseconds.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.