What is the process object in a Node.js program?
The process object is 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?
It can also be explicitly accessed using require():
What is the data type of process.argv in Node.js?
a property that stores all datatypes as an array of strings.