Skip to content

Commit 79a7fee

Browse files
committed
Answering NODE_ENV Question
1 parent da7378f commit 79a7fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The runtime environment is literally just the environment your application is ru
305305

306306
## Q. ***Explain usage of NODE_ENV?***
307307

308-
*ToDo*
308+
NODE_ENV is an environment variable made popular by the express web server framework. When a node application is run, it can check the value of the environment variable and do different things based on the value.
309309

310310
<div align="right">
311311
<b><a href="#">↥ back to top</a></b>

0 commit comments

Comments
 (0)