A

Admin • 828.03K Points
Coach

Q. What is the event loop in JavaScript?

  • (A) A mechanism that handles asynchronous callbacks
  • (B) A loop used to iterate over DOM elements
  • (C) A function that repeats code
  • (D) A type of loop like for or while
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
The event loop is responsible for executing asynchronous code in JavaScript.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.