What is the process object in a Node.js program?
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?
require(‘process’)
What is the data type of process.argv in Node.js?
array
How do you access the command line arguments in a Node.js program?
choose the specific array portion they are in