TypeScript Practice Test
TypeScript TypeScript Functions & Modules 3
What does a dynamic `import()` call return in TypeScript?
Select your answer
A
The module object synchronously, similar to `require()`
B
A `Promise` that resolves to the module object, enabling lazy loading
C
A `Symbol` referencing the module for later resolution
D
A generator that yields module exports one by one
Hint
✨ Remove Ads & Unlock Every Exam
— From $1.49
🃏 Study This Quiz as Flashcards →