A

Admin • 833K Points
Coach

Q. What does a JavaScript Promise represent?

  • (A) An eventual completion or failure of an asynchronous operation
  • (B) A synchronous operation
  • (C) An event listener
  • (D) A new thread
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Promises are used to handle asynchronous operations by representing their future result.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.