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

You set `PORT=8080` in your shell before running the app. What does this line evaluate to?

const port = Number(process.env.PORT) || 3000;