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