Mis notas - Matias Hernández
How JS loop works
Main Thread
The DOM happens, render happens
Deterministic order
Long tasks blocks all the thread > We don’t want to write code that is like a sneez - Jake Archibald
The Event Loop
setTimeout definition is “Run the steps in parallel” and wiat ms and invoke callback