Skip to content

Instantly share code, notes, and snippets.

@Lantianyou
Lantianyou / wifeyalpha_books.md
Created December 15, 2022 06:07 — forked from danwagnerco/wifeyalpha_books.md
WifeyAlpha recommended reading
@Lantianyou
Lantianyou / event-loop.md
Created June 7, 2022 04:42 — 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