JavaScript Hub - Async and Modules
Async and Modules
Section titled “Async and Modules”| Page | Why it belongs here | Guide |
|---|---|---|
| Async programming | Core runtime behavior for asynchronous control flow. | Open |
| Promises | Base abstraction for async composition in JavaScript. | Open |
| Async/Await | Main language syntax for readable async code. | Open |
| Top-level await | Module-level async loading capability. | Open |
| Modules | Standard module system for modern JavaScript. | Open |
| Dynamic import | Runtime module loading and code splitting. | Open |