Promise JavaScript @priyanshu
Promise JavaScript @priyanshu
JAVASCRIPT
PROMISE
Part One
@mukulrajpoot262610 SWIPE LEFT
What is a Promise?
A promise is a special object
representing the eventual
completion
ompletion or failure of an
c
asynchronous operation
asynchronous operation. It
acts as a placeholder for a
value yet to be determined.