DEV Community

Cover image for Let's Create a Questionnaire Using NodeJS process stdin and stdout
MkDay
MkDay

Posted on

Let's Create a Questionnaire Using NodeJS process stdin and stdout

NodeJS process stdin and stdout

I'm pretty sure you've never used other than console.log() to output something on the terminal while using NodeJS. So it's time to getting know how to take inputs and display outputs into terminal without using front-end template or console.log()

So let's read how to create a questionnaire using process stdin and stdout.

ko-fi

Top comments (0)