← Code LabNode.js0/50 solved · 0%
Foundations · easy

1. Basic Env Parsing

Extract and cast environment variables.

Write `getEnvPort(env)` that returns `Number(env.PORT)` or `3000` if not set.
Required in your answer: env.PORT3000