Promises in JS
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...
aniketparihar.hashnode.dev8 min read
Devesh B
I'm a full stack dev who reads fiction, watches anime and fixes bugs most of the time:)
Amazing read ser!