Commit a1cd3f3a authored by Natthaphong Malaphan's avatar Natthaphong Malaphan 😊

update

parent e2653615
Pipeline #969 failed with stages
......@@ -2,6 +2,10 @@ const readline = require('readline');
const rl = readline.createInterface({input: process.stdin, output: process.stdout});
console.log("hi");
rl.question("กรอกชื่อ" , (answer) => {
console.log(`คุณชื่อ ${answer} เนาะ`);
rl.close();
\ No newline at end of file
rl.close();
})
//console.log("hi");
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment