output: process.stdout
});
rl.question('What do you think of Node.js? ', (answer) => {
// whatever
rl.close();
});
Хммм, кажется заработало! Вау!
Обсуждают сегодня