What is the process object in a Node.js program?
The process object is a global object that provides information about the Node.js process.
How do you access the process object in a Node.js program?
Typing node process in the CLI.
What is the data type of process.argv in Node.js?
Array.