The JavaScript Task Queue
In our previous lesson, on how javascript handles async task, view lesson here, we talked about how JavaScript hands off heavy tasks (delegation) so it doesn't get blocked. But what happens when those tasks are finished?
The results don't just jump r...
promiseo.hashnode.dev2 min read