skills.vishalvoid
Node.jsBeginner

ES Modules in Node.js

Use native ESM (`import`/`export`) in Node.js with `.mjs` files or `"type": "module"` in package.json. Enables top-level await, tree-shaking, and alignment with browser modules.

Node.jsESMModulesJavaScript
View on Node.js

Opens official documentation at nodejs.org