promise in javascript
Before promises, we handled asynchronous operations using callback functions, but callbacks are not a good way to handle asynchronous operations.
Callbacks:
Callback functions are passed as arguments to asynchronous functions(fetchData) and are exec...
sujaynitrr.hashnode.dev14 min read