modulesJavaScriptModulesMediumWhich module system is the official ECMAScript standard, natively supported in browsers and Node?1ES Modules (import/export)2CommonJS (require)3AMD (define)4UMDBack to list