The JavaScript Task Queue
Jan 16 · 2 min read · 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...
Join discussion


