NODE PROCESS ARGV Flashcards
1
Q
What is the process object in a Node.js program?
A
Global object that provides information about and control over the current Node.js process
2
Q
How do you access the process object in a Node.js program?
A
Can be explicity accessed using require(‘process’)
3
Q
What is the data type of process.argv in Node.js?
A
Array of command line arguements -strings