Async JS - Nacho Sainz (English translated audio)

Conference: JsConf Mexico 2020 virtual edition

Year: 2020

In this talk, Nacho Sainz -front end engineer at Nextiva- will talk about what asynchronous code means, the different tools that can be used (such as the "callback" functions for handling the browser APIs, the "promises" and the "async / await" methodology) explaining with the Javascript engine (according to the specs) mentioning the "event loop" and its corresponding queues.