process Object (Node.js)

process is a global object in Node.js that gives information about and control over the current Node process. It exposes environment variables, command-line…