Challenge: 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.
1console.log("___");
Insert the messageΒ "Hello, World!"
Β inside theΒ console.log()
method.
1console.log("Hello, World!");
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.33
Challenge: 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.
1console.log("___");
Insert the messageΒ "Hello, World!"
Β inside theΒ console.log()
method.
1console.log("Hello, World!");
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3