Adding console.* and more recources to 106-nodejs-command-line-apps (#6098)
* Adding console.* and more recources to 106-nodejs-command-line-apps * Update src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/6099/head
parent
d09962b6a3
commit
8b82746676
1 changed files with 4 additions and 0 deletions
@ -1,3 +1,7 @@ |
||||
# Printing output |
||||
|
||||
Printing output in Node.js command-line applications is a fundamental aspect of communicating with users and displaying information. You can print output using `process.stdout`, `process.stderr` or simple `console.*` functions. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Output to the command line using Node.js](https://nodejs.org/en/learn/command-line/output-to-the-command-line-using-nodejs) |
Loading…
Reference in new issue