DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
node command line input
process
.
stdin
.
on
(
'data'
,
(
data
)
=>
{
console
.
log
(
`
You typed
${
data
}
`
)
;
}
)
Source by www.codecademy.com #
PREVIOUS
NEXT
Tagged:
#node
#command
#line
#input
ADD COMMENT
Topic
COMMENT
Name
4+7 =
Submit