Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyNodeJSCommonJS vs ES modulesSingle-choice MCQ

What happens when this CommonJS file runs in Node?

// index.js (no "type": "module") import os from 'os'; console.log(42);