#ESM
2 posts
7 min read
JavaScript Advanced #7 Module System in Depth
Differences between CommonJS and ES Modules, module hoisting, circular references — the inner workings of JavaScript module systems.
6 min read
JavaScript Basics #7 Modules — import and export
The ES Modules system for splitting code across files — named export, default export, plus common pitfalls and recommended patterns.