Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nodejs RPL

//node is typed in the console to access REPL
$ node
 
//the > indicates that REPL is running
// anything written after > will be evaluated 
> console.log("HI")
 
// REPL has evaluated the line and has printed out HI
HI
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #nodejs #RPL
ADD COMMENT
Topic
Name
6+4 =