What is the process object in a Node.js program?
an object containing information pertaining to the current Node.js process
How do you access the process object in a Node.js program?
require(‘process’) OR process
What is the data type of process.argv in Node.js?
array of strings