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>pull/5598/head^2
parent
e814eff7e2
commit
fb7136e1b0
1 changed files with 2 additions and 0 deletions
@ -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…
Reference in new issue