Node.js code for STDIN and STDOUT without using any library

suggest change

Versions

[{“Name”:“v7.3.0”,“GroupName”:null}]

Introduction

This is a simple program in node.js to which takes input from the user and prints it to the console.

The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require().

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents