Q111-Q115

Cheat Sheet

QuestionCore IdeaSenior Signal
Q111async/awaitasync returns a promise; await resumes through promise microtasks.
Q112SchedulingA task runs, microtasks drain, then the browser may render.
Q113ModulesES modules are static and live-bound; dynamic imports support code splitting.
Q114-Q115Metaprogramming and memoryProxy intercepts operations; WeakMap associates data without keeping object keys alive.