What is the purpose of process object?



What is the purpose of process object?..

Answer / Rituraj Pandey

{n 'answer': 'n The process object in Node.js provides information about the current Node.js instance, as well as methods to perform various system-level tasks like reading from the standard input, writing to the standard output, and terminating the program.n '}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

How to support multi-processor platforms in Node.js?

1 Answers  


How assert works in node.js?

1 Answers  


What are the main advantages and disadvantages of using Node.js?

1 Answers  


What is a response header?

1 Answers  


What does it mean “non-blocking” in node.js?

1 Answers  


List down the two arguments that async.queue takes as input?

1 Answers  


What is NPM in Node.js?

1 Answers  


How "control flow" controls the functions calls?

1 Answers  


What is Event-driven programming?

1 Answers  


Is nodejs really single-threaded

1 Answers  


How will you delete a directory?

1 Answers  


Does node.js have a future?

1 Answers  


Categories