What is Promise in Javascricpt
This blog is related to promises in javaScript and methods of Promises.
Need of Promise?
To run code in an asynchronous way
Avoid the callback hell issue.
During API response getting time.
What is a Promise?
It represents the completion of...
trixoon.hashnode.dev5 min read