Slide 3
Slide 3 text
Goal:
● Understand what asynchronous code is and why it
works differently from synchronous code
● Learn how to work with asynchronous JavaScript
● Understand whats happening behind the scene
● Understand callbacks, promises, async/await