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!");
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 3
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 2.33
Challenge: Console Output in JavaScript
Desliza para mostrar el menú
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!");
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 3