Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyNodeJSprocess.env variablesSingle-choice MCQ

What does this snippet print when the environment variable `DEBUG` was never set?

console.log(process.env.DEBUG);