Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
NodeJS
easy
NodeJS
require and module.exports
Single-choice MCQ
What does this CommonJS module export?
exports = { a: 1 }; module.exports.b = 2;