Direction: Choose the correct option
Q1.
How do you access environment variables in Node.js?
Direction: Choose the correct option
Q2.
What is a common library for loading environment variables from a `.env` file?
Direction: Choose the correct option
Q3.
Why are environment variables important in development?
Direction: Choose the correct option
Q4.
What does `require('dotenv').config()` do?
Direction: Choose the correct option
Q5.
Should `.env` files be committed to version control?
