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...
Feb 7, 202514 min read24