learnyounode Lesson 1 – Hello World!

(Last Updated On: 2020-06-16)

The first lesson is time honored Hello World! tutorial.  This one is pretty easy, but in case you need a hint to get started, here are the steps to complete this lesson.

Create a new .js file called helloWorld.js in your text editor.  Add the following code to your file.

console.log("Hello World!")

Save your file and verify it with learnyounode to complete the lesson.

learnyounode verify helloWorld.js

That’s it!  You are ready to move on to the next lesson.

Lesson 2

Contents