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

What does process.env.MISSING evaluate to when the variable was never defined?

console.log(process.env.MISSING); console.log(typeof process.env.MISSING);