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

book
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.

console.log("___");
1
console.log("___");
copy

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

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

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 3
some-alt