ES6 Promises: A Better Way of Handling Callbacks
ES6 introduced promises as a native implementation. Before ES6 we were using callbacks to handle asynchronous operations.
In this article, we'll understand what is callback and what problem related to the callback is solved by promises.
Want to lear...
blog.yogeshchavan.dev7 min read