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("___");
¡Gracias por tus comentarios!