JS
challenger
Home
JavaScript Basics
asynchronous javascript
Asynchronous javascript
single-thread
setTimeout
callback functions
Promises
async/await
NEXT
Introduction to Asynchronous JavaScript
LESSON
Execute the code synchronously
CHALLENGE
Execute the code asynchronously
CHALLENGE
Introduction to Callback Functions
LESSON
Correctly use callback function
CHALLENGE
Use a callback function to log output
CHALLENGE
Introduction to Promises
LESSON
Correctly resolve promise
CHALLENGE
Get asynchronous result with Promise
CHALLENGE
Wait for Promise to resolve
CHALLENGE
Introduction to async / await in Javascript
LESSON
Test: Asynchronous JavaScript
EXAM