Nalini1998 / Project_Public

MIT License
2 stars 0 forks source link

If I run the file app.js with the terminal command node app.js sillyMode, how can I access the value sillyMode from within app.js? #568

Closed Nalini1998 closed 1 year ago

Nalini1998 commented 1 year ago

A. Node.args[0]

B. global.argv[2]

C. process.argv[2]

D. process.argv