node-process-argv Flashcards
1
Q
What is the process object in a Node.js program?
A
process object that control that provides information about and control over the node js
2
Q
How do you access the process object in a Node.js program?
A
through the process event properties
3
Q
What is the data type of process.argv in Node.js?
A
process.argv returns an array containing the command line arguments passed when the node.js process is launced