📅  最后修改于: 2022-03-11 15:03:07.384000             🧑  作者: Mango
/*Gathering input from the user requires the following setup:*/
const input = require('readline-sync');
let info = input.question("Question text... ");
// example //
const input = require('readline-sync');
let name = input.question("Enter your name: ");