Promises are used to handle Async operations. But before promises async operations used to be handled by callback functions. Then what was the need of promises when async operations could be handled by callback functions . Because of the major issue...
kirandebnath.io3 min read
No responses yet.