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
Abdallah Gaber 3 months ago committed by GitHub
parent d09962b6a3
commit 8b82746676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md

@ -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…
Cancel
Save