Course
summary


    0 chapters available

Loading...

Discover Node.js and move from frontend to backend

Difficulty: Junior ● Progress: 0 / 0 modules completed

Hello World

nicolasbrondinbernard_A_giant_waving_hand_to_say_hello._100_whi_b4948b38-e081-4c25-aeb3-24a4a584747b.png

To start with our first script, what could be better than starting with a good old "Hello World".

Create a hello-node folder in your working folder, and create an index.js file inside it. Then you can write the following line in this new file:

console.log("Hello World");

But how do you run this JavaScript code without opening your browser?

You need a free account to read this module