Skip to content

Instantly share code, notes, and snippets.

View hmchnd's full-sized avatar
🏠
Working from home

Hem hmchnd

🏠
Working from home
View GitHub Profile
@hmchnd
hmchnd / event-loop.md
Created November 25, 2020 07:55 — forked from jesstelford/event-loop.md
What is the JS Event Loop and Call Stack?

Regular Event Loop

This shows the execution order given JavaScript's Call Stack, Event Loop, and any asynchronous APIs provided in the JS execution environment (in this example; Web APIs in a Browser environment)


Given the code