Hello World in the REPL

suggest change

When called without arguments, Node.js starts a REPL (Read-Eval-Print-Loop) also known as the “Node shell”.

At a command prompt type node.

$ node
>

At the Node shell prompt \> type “Hello World!”

$ node
> "Hello World!"
'Hello World!'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Getting started:
* Hello World in the REPL

Table Of Contents
0 Getting started
1 npm
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require