Exploring JavaScript Promises in depth

added by JavaScript Kicks
1/3/2020 9:07:58 AM

589 Views

A promise is an object that may produce a single value some time in the future: either a resolved value, or a reason that it's not resolved (e.g., a network error occurred).


0 comments