Course Content
Introduction to JavaScript
4. Conditional Statements
Introduction to JavaScript
Challenge: Console Output
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. Insert the message
"Hello, World!"
inside the
console.log()
method.
console.log("Hello, World!");
Everything was clear?
Section 1. Chapter 3