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

What does this print when the script is run with no NODE_ENV set in the environment?

const env = process.env.NODE_ENV || 'development'; console.log(env);