Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
nodejs-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rattanaporn saysee
nodejs-60-2
Commits
70d91fbf
Commit
70d91fbf
authored
Jan 31, 2018
by
rattanaporn saysee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
การบ้านสัปดาห์ที่ 3
parent
5c427b88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
0 deletions
+64
-0
index.js
student/week03/index.js
+49
-0
package.json
student/week03/package.json
+15
-0
No files found.
student/week03/index.js
0 → 100644
View file @
70d91fbf
const
rl
=
require
(
'readline'
)
const
r
=
rl
.
createInterface
({
input
:
process
.
stdin
,
output
:
process
.
stdout
});
let
i
=
0
// let label = ['name','year','phone']
// let data =[]
r
.
on
(
'line'
,(
line
)
=>
{
if
(
i
==
0
){
name
=
line
i
++
}
else
if
(
i
==
1
){
year
=
2561
-
line
i
++
}
else
if
(
i
==
2
){
console
.
log
(
`สวัสดีคุณ :
${
name
}
อายุ :
${
year
}
เบอร์โทรศัพท์ :
${
line
}
`
);
r
.
close
();
}
})
//
// // data[label[i]] = line
// console.log(`${label[i]} == ${line}`)
// i++
// if (i==3){
// // console.log('label', lelel)
// // label[9]= 'Holy Cow!'
// // console.log('label',label)
// console.log('data ',data )
// r.close()
// }
// })
//
// let i = 1
// r.on('line',(line) => {
// console.log(`line == ${line} and i = ${i}`)
// i++
// if (i==3){
//
// r.close()
// }})
//
//
// r.on('close',() => r.close())
student/week03/package.json
0 → 100644
View file @
70d91fbf
{
"name"
:
"week03"
,
"version"
:
"1.0.0"
,
"description"
:
"การบ้านสัปดาห์ที่ 3"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
:
[
"homework"
,
"03"
],
"author"
:
"5811403750"
,
"license"
:
"ISC"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment