The Introduction to Asynchronus JavaScript I Wished I'd Had

Philip Roberts gave a talk at JSConf EU back in 2014 titled “What the heck is the event loop anyway?”. While Philip is not deep diving into async vs sync in JS, he is showing key notes to how JS handles asynchrony one a single threaded process.

It is the introduction to asynchronus JavaScript I wished I’d had years ago.

Enjoy!