Introduction to Promises and Async and Await Promises in Javascript!✨
What is a Promise?
A promise is an object that may provide a value sometime in the future: either a resolved value or a reason that it’s not resolved (e.g., an error occurred). A promise may be in one of 3 possible states: fulfilled, rejected, or pen...
saharanitaa.hashnode.dev4 min read
Rodgers Nyangweso
Leader, Data and Analytics
very helpful illustration