Skip to main content
✏️ Code CompletionND Node.js Medium+20 XP

Environment Variable

Complete the environment variable access.

✏️ Fill in the blank
const port = process.___PORT || 3000;

✏️ Type the missing code: