#promises
Read more stories on Hashnode
Articles with this tag
Promises are a new feature of ES6. It’s a method to write asynchronous code. It can be used when, for example, we want to fetch data from an API, or...