adspace


List out the properties of process?

Answer Posted / Ranjana

Some important properties of the 'process' object in Node.js include:
1. `argv`: An array containing command-line arguments passed to the script.
2. `env`: An object representing the environment variables available to the current script.
3. `title`: The title of the browser window (if running in a web browser).
4. `pid`: The Process Identifier for the current process.
5. `version`: The Node.js version number.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

592


How we can read a file in node js?

572