Prompting user input via CLI

suggest change
const readline = require('readline');

const rl = readline.createInterface({
    input: process.stdin,
    output: process.stdout
});

rl.question('What is your name?', (name) => {
    console.log(`Hello ${name}!`);

    rl.close();
});

Feedback about page:

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


Readline:
* Prompting user input via CLI

Table Of Contents
1 npm
8 Readline
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require