Promise Methods in Javascript
Introduction
A promise represents the eventual result of an asynchronous operation. Before the introduction of the promise, asynchronous actions were handled using callbacks. But that created unmanageable code, something which we call callback hell. ...
msdeshmukh.hashnode.dev3 min read