The necessary globals of a node are defined under which namespace?
A
variables
B
system
C
process
D
using
Correct Answer: process
The process object is a global that provides information about, and control over, the current Node.js process. Node defines other important globals under the process namespace.