Puzzle Challenge

Solve programming puzzles using code blocks. Learn how Blockly works by dragging and dropping blocks.

Level 1 / 10

Output will be displayed here when you run the code...

// Generated JavaScript code will be displayed here...
Task Description

Drag and connect code blocks to complete the programming task. The correct solution will accomplish the specified goal.

Goal: Create a program that displays "Hello World!" three times.
Hint:
1/3

Try using a loop block to repeat the message display. Remember to set the appropriate number of repetitions.

Select Level