What is the process object in a Node.js program?
global accessible object that contains information about node process
How do you access the process object in a Node.js program?
process object
What is the data type of process.argv in Node.js?
Return Value: This property returns an array containing the arguments passed to the process when run it in the command line