Y
Hacker News
new
|
ask
|
show
|
jobs
by
paultannenbaum
4667 days ago
Most javascript code is actually synchronous. It is the event loop (xhr requests, timers, timeouts, etc.) that is async. TLDR, some parts of the language are sync, some are async