Back to Developer Roadmap

Process stdout

src/data/roadmaps/nodejs/content/stdout--stderr@N2vR1_NyDn4rYLXJzxWBZ.md

4.0615 B
Original Source

Process stdout

The process.stdout property is an inbuilt application programming interface of the process module which is used to send data out of our program. A Writable Stream to stdout. It implements a write() method. console.log() prints to the process.stdout.write() with formatted output or new line.

Visit the following resources to learn more: