Is it possible to take in Console Input using Node.js? My way is not working. The Repl
var rl = require('readline-sync'); rl.question("What do you think of node.js? ") console.log("Thank you for your valuable feedback.");
Reading Console Input using Node.js
Reading Console Input using Node.js
Is it possible to take in Console Input using Node.js? My way is not working.
The Repl