Asynchronous JavaScript in four chapters – promises, foundations, explained
1–3 of 3 posts
Re: Asynchronous JavaScript in four chapters – promises, foundations, explained
#2Thanks for the mention!
The chapters:
– Asynchronous programming in JavaScript: https://exploringjs.com/impatient-js/ch_async-js.html
– Promises for asynchronous programming: https://exploringjs.com/impatient-js/ch_promises.html
– Async functions: https://exploringjs.com/impatient-js/ch_async-functions.html
– Asynchronous iteration: https://exploringjs.com/impatient-js/ch_async-iteration.html
Re: Asynchronous JavaScript in four chapters – promises, foundations, explained
#3I 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.