A developer is writing an Aura component and needs to dynamically create a component at runtime. Which JavaScript method should be used?
Dynamically creates an Aura component.
Why this answer
$A.createComponent() is used to instantiate components dynamically in Aura client-side controllers.