Commit 471e107f authored by Natthaphong Malaphan's avatar Natthaphong Malaphan 😊

in 8 july

parent 7f5df53f
......@@ -3,7 +3,7 @@ const readline = require('readline');
const rl = readline.createInterface({input: process.stdin, output: process.stdout});
rl.question("กรอกชื่อ" , (answer) => {
console.log(`คุณชื่อ ${answer} เนาะ`);
console.log(`คุณชื่อ ${answer} ใช่ไหม`);
rl.close();
})
......
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