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:
parent
e814eff7e2
commit
fb7136e1b0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user