TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Asynchronous JavaScript in four chapters – promises, foundations, explained
24 points
by
jarodreyes
about 5 years ago
2 comments
mosdl
about 5 years ago
I use async programming for JS interviews - its surprising how many people, no matter how much experience, fail to understand how javascript execution happens and totally flop.
rauschma
about 5 years ago
Thanks for the mention!<p>The chapters:<p>– Asynchronous programming in JavaScript: <a href="https://exploringjs.com/impatient-js/ch_async-js.html" rel="nofollow">https://exploringjs.com/impatient-js/ch_async-js.html</a><p>– Promises for asynchronous programming: <a href="https://exploringjs.com/impatient-js/ch_promises.html" rel="nofollow">https://exploringjs.com/impatient-js/ch_promises.html</a><p>– Async functions: <a href="https://exploringjs.com/impatient-js/ch_async-functions.html" rel="nofollow">https://exploringjs.com/impatient-js/ch_async-functions.html</a><p>– Asynchronous iteration: <a href="https://exploringjs.com/impatient-js/ch_async-iteration.html" rel="nofollow">https://exploringjs.com/impatient-js/ch_async-iteration.html</a>