What is the process object in a Node.js program?
A global that provides information and control over the node process
How do you access the process object in a Node.js program?
The variable “process”
What is the data type of process.argv in Node.js?
An array