Promise
Promise
A Promise in JavaScript represents an asynchronous action or the completion of the asynchronous action.
A Promise can be either of three states, pending, resolved, or rejected.
A Promise in JavaScript represents an asynchronous action or the completion of the asynchronous action.
A Promise can be either of three states, pending, resolved, or rejected.