Q. What does a JavaScript Promise represent?
β
Correct Answer: (A)
An eventual completion or failure of an asynchronous operation
Explanation: Promises are used to handle asynchronous operations by representing their future result.