node-process-argv Flashcards
1
Q
What is the process object in a Node.js program?
A
The process object is a global object that provides information about the Node.js process.
2
Q
How do you access the process object in a Node.js program?
A
Typing node process in the CLI.
3
Q
What is the data type of process.argv in Node.js?
A
Array.