Skip to content

Instantly share code, notes, and snippets.

Avatar

kanwisher kanwisher

  • Charlotte, NC
View GitHub Profile
@kanwisher
kanwisher / event-loop.md
Created March 22, 2018 01:25 — forked from jesstelford/event-loop.md
What is the JS Event Loop and Call Stack?
View event-loop.md

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