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!");
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 3
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 2.33
Challenge: Console Output in JavaScript
Deslize para mostrar o 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!");
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 3