Promises in JS
Mar 3, 2022 路 8 min read 路 We wrote Asynchronous JS using Callbacks extensively a while back. But things changed in 2015 when ES6 brought with it a Javascript Promise Object. Since then most of the Developers now prefer Promises over Callbacks. What caused this shift? To unde...
DDevesh commented



