process
↔ Node Global Object with info on current process instance (JS file being executed)
Source: Process | Node.js v18.3.0 Documentation
process.cwd()
to return string of Current Working Dir
process.env
to return object describe user environment variables
process.argv
(property) to return string[] of argument variable for cmd args