Skip to content

JavaScript Hub - Async and Modules

PageWhy it belongs hereGuide
Async programmingCore runtime behavior for asynchronous control flow.Open
PromisesBase abstraction for async composition in JavaScript.Open
Async/AwaitMain language syntax for readable async code.Open
Top-level awaitModule-level async loading capability.Open
ModulesStandard module system for modern JavaScript.Open
Dynamic importRuntime module loading and code splitting.Open