Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Console Output in JavaScript | JavaScript Fundamentals
Introduction to JavaScript

bookChallenge: Console Output in JavaScript

Task

Inside the provided code block, replace the underscores (___) with the necessary code to log the Hello, World! text to the console using the console.log() method.

1
console.log("___");
copy

Insert the messageΒ "Hello, World!"Β inside theΒ console.log() method.

1
console.log("Hello, World!");
copy

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 3

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Awesome!

Completion rate improved to 2.33

bookChallenge: Console Output in JavaScript

Swipe to show menu

Task

Inside the provided code block, replace the underscores (___) with the necessary code to log the Hello, World! text to the console using the console.log() method.

1
console.log("___");
copy

Insert the messageΒ "Hello, World!"Β inside theΒ console.log() method.

1
console.log("Hello, World!");
copy

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 3
some-alt