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

Kurssisisältö

Introduction to JavaScript

Introduction to JavaScript

1. JavaScript Fundamentals
2. Variables and Data Types in JavaScript
3. Performing Operations in JavaScript
4. Controlling Program Flow with Conditional Statements
5. Looping Through Data in JavaScript
6. Functions in 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.

1
console.log("___");
copy

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

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

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 3
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt