Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyNodeJSrequire and module.exportsSingle-choice MCQ

What does this CommonJS module export?

exports = { a: 1 }; module.exports.b = 2;