All you need to know about Promises
What is a Promise?
A promise is a Javascript object that holds the result of a future outcome.
Since Javascript is synchronous and executes each line one by one so if a task takes too long to execute, for example fetching data from a remote server th...
rohit83.hashnode.dev3 min read