Answer the question
In order to leave comments, you need to log in
How to output text to nodeJs standard stream?
In the Olympiad, you need to output the result to the standard nodeJs stream. Do you mean console or something else?
Answer the question
In order to leave comments, you need to log in
Every process has stdout, stdin, stderr.
In node.js - process.stdout.
process.stdout and process.stderr differ from other Node.js streams in important ways:
- They are used internally by console.log() and console.error(), respectively.
Node.js docs
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question