Talks

Intro to JavaScript Asynchronous Programming

Tapas Adhikary

Tapas Adhikary

January 14, 2022

1 min read


About the talk

Contrary to the view of many JavaScript developers, asynchronous programming is more than simply using async and await. In this talk, we will explore how JavaScript works under the hood with real examples to help you program and debug critical issues with confidence.

This talk will cover

Explanations and live coding examples of important concepts such as:

  • Synchronous and asynchronous code execution of JavaScript functions
  • Promises, callbacks and async/await
  • The basics of browser APIs

Want to see the whole talk?

Event Link: The Event Link on Code Mentor Website