What is the process object in a Node.js program?
it is the global object of the node.js program and gives information
How do you access the process object in a Node.js program?
console.log (process)
What is the data type of process.argv in Node.js?
Array