JavaScript Promise API
In JavaScript, a promise is a placeholder (proxy) for the value of an ongoing operation. You typically use a promise to manage situations where you must wait for the outcome of an operation.
The JavaScript Promise API is awesome but can be made amazi...
yugandhardasari.hashnode.dev6 min read