What is the process object in a Node.js program?
A global that provides information about and control over the current Node.js process.
How do you access the process object in a Node.js program?
By just typing the word process followed by any properties or methods that belong to that object since it is global.
What is the data type of process.argv in Node.js?
An array