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
jutatip
nodejs-60-2
Commits
8e93a676
Commit
8e93a676
authored
Jan 24, 2018
by
jutatip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ขอ1คะแนน
parent
5341631b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
README.md
ProjectCS/nodejs-60-2/README.md
+0
-0
nodejs-60-2
ProjectCS/nodejs-60-2/nodejs-60-2
+1
-0
index.js
ProjectCS/nodejs-60-2/student/index.js
+17
-0
package.json
ProjectCS/nodejs-60-2/student/package.json
+0
-0
No files found.
ProjectCS/nodejs-60-2/README.md
0 → 100644
View file @
8e93a676
nodejs-60-2
@
5341631b
Subproject commit 5341631bd5505243d2a992b619d6ed37bac8ec7e
ProjectCS/nodejs-60-2/student/index.js
0 → 100644
View file @
8e93a676
const
readline
=
require
(
'readline'
);
const
rl
=
readline
.
createInterface
({
input
:
process
.
stdin
,
output
:
process
.
stdout
,
prompt
:
'สวัสดีคุณ: '
});
rl
.
prompt
();
rl
.
on
(
'line'
,
(
line
)
=>
{
switch
(
line
.
trim
())
{
default
:
console
.
log
(
`สวัสดีคุณ' :
${
line
.
trim
()}
'`
);
break
;
}
rl
.
prompt
();
});
ProjectCS/nodejs-60-2/student/package.json
0 → 100644
View file @
8e93a676
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