From 8b82746676865c2cb80c445fd40d37910af74988 Mon Sep 17 00:00:00 2001 From: Abdallah Gaber Date: Mon, 8 Jul 2024 13:24:59 +0300 Subject: [PATCH] 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 --- .../106-nodejs-command-line-apps/101-printing-output/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md b/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md index 3c4de31eb..1d7396db4 100644 --- a/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md +++ b/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) \ No newline at end of file