1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 06:10:10 +01:00

Update index.md of 'Printing output' in NodeJs Roadmap (#5287)

* Update index.md of 'Printing output' in NodeJs Roadmap

Update index.md of 'Printing output' in NodeJs Roadmap

* Update src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Shizan Shaikh 2024-05-11 04:07:27 +05:30 committed by GitHub
parent e814eff7e2
commit fb7136e1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,3 @@
# 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.