TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Asynchronous JavaScript in four chapters – promises, foundations, explained

24 pointsby jarodreyesabout 5 years ago

2 comments

mosdlabout 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.
rauschmaabout 5 years ago
Thanks for the mention!<p>The chapters:<p>– Asynchronous programming in JavaScript: <a href="https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_async-js.html" rel="nofollow">https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_async-js.html</a><p>– Promises for asynchronous programming: <a href="https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_promises.html" rel="nofollow">https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_promises.html</a><p>– Async functions: <a href="https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_async-functions.html" rel="nofollow">https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_async-functions.html</a><p>– Asynchronous iteration: <a href="https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_async-iteration.html" rel="nofollow">https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;ch_async-iteration.html</a>