course content

Course Content

Introduction to JavaScript

Challenge: Hello, World!Challenge: Hello, World!

Let's write your first program!

Task

Print the Hello, World! into the console.

Hint
Insert the code "Hello, World!" inside the console.log() function.

Section 1.

Chapter 3