Promises in JS : made simple
Problems which leads to promises concept ?
Callback hell (Pyramid of doom) :
A situation where multiple callback functions are nested in order to handle asynchronous operations. which leads to problem like :
Code that is hard to read because of nest...
rishab2211.hashnode.dev6 min read