Fidelis Mundiawandia.hashnode.dev·Aug 13, 2022Introduction to PromisesAt times while coding, we have operations that take an unknown amount of time to run and give back a result. Promises are a good way of handling such operations(asynchronous operations). For example, fetching data from a server using an API. Fetching...5 likes·111 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.