Do you know what a promise is?
Anonymous
A promise is a concept in asynchronous programming. A caller that requests a resource asynchronously receives a promise that the request will be fulfilled. This allows the caller to wait for an answer, either by chaining .then blocks on the promise object, or by using async-await syntax.
Check out your Company Bowl for anonymous work chats.