Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does the process.env object contain?

  1. A Command line arguments
  2. B Environment variables available to the process
  3. C The list of loaded modules
  4. D The current working directory only
Answer

Environment variables available to the process

process.env is the standard place to read configuration and secrets, keeping them out of source control. Values are always strings.

All NodeJS MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as