frontend · easy
JavaScript’s official module system using import and export. In Node, .mjs files are ESM; "type": "module" in package.json makes .js ESM too.
Tags: javascript, nodejs