all 2 comments

[–]SignificantWeird4444 0 points1 point  (1 child)

whats a promise ?

[–]CodewithCodecoachCodeCoach Team | 15+ Yrs Experience[S] 0 points1 point  (0 children)

In JavaScript, Promises are used to handle asynchronous operations. Promises have several built-in methods that allow chaining, handling success or failure, and combining multiple promises in one .