DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
JavaScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
JavaScript
What relationship does async/await have to generators?
A
None — they are completely unrelated features added separately
B
async/await was conceptually built on generators + promises — a driving loop that calls .next() each time a yielded promise resolves
C
async/await replaced generators entirely; generators are deprecated
D
Generators are a special case of async functions
Check Answer