Commit aaab027a authored by irada chinnachat's avatar irada chinnachat

ขอ1คะแนน

parent ca3ddb33
const readline = require('readline');
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout
});
rl.question('กรอกชื่อ:', (answer) => {
console.log(`สวัสดีคุณ :${answer}`);
rl.close();
});
nodejs-60-2 @ ca3ddb33
Subproject commit ca3ddb33ac0c0c7394a16a245a0e574d9b1a0de1
{
"name": "student",
"version": "0.1.0",
"lockfileVersion": 1
}
{
"name": "student",
"version": "0.1.0",
"description": "display student information given nickname for partially entered fullname.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://www.projectcs.sci.ubu.ac.th/kunlasatri/nodejs-60-2"
},
"keywords": [
"students",
"nodejs",
"comsci",
"ubu"
],
"author": "csubu",
"license": "ISC"
}
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