JS
challenger
JS
challenger
  • Home
  • Javascript Basics
    (0/87)
    • # variables
      (0/10)
    • # booleans
      (0/4)
    • # operators
      (0/18)
    • # strings
      (0/6)
    • # conditionals
      (0/8)
    • # functions I
      (0/10)
    • # arrays
      (0/7)
    • # objects
      (0/5)
    • # loops
      (0/5)
    • # scope
      (0/8)
    • # asynchronous javascript
      (0/6)
  • Javascript DOM
    (0/19)
  • Javascript Practice
    (0/80)
  • Challenge Rush
0
0
Imprint Privacy Policy Terms
Home Javascript basics
Asynchronous JavaScript

Asynchronous JavaScript

single-thread
setTimeout
callback functions
Promises
async/await
try/catch
event loop
non-blocking
  1. NEXT
    Introduction to Asynchronous JavaScript
    LESSON
  2. NEXT
    Execute the code synchronously
    CHALLENGE
  3. NEXT
    Execute the code asynchronously
    CHALLENGE
  4. NEXT
    Introduction to Callback Functions
    LESSON
  5. NEXT
    Correctly use callback function
    CHALLENGE
  6. NEXT
    Use a callback function to log output
    CHALLENGE