The program is already functional. Just make sure you have set everything up correctly by pressing the Run your code button

You should see the message Hello, world! on the screen.
Then press the Submit task button to verify the code on our server.

If you see some weird errors or any other issues, do send us a en email or a Telegram message
We’ll help you.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

solution.js

/**
 * Print out the message `Hello, world!` using the console.log command
 * */

console.log('Hello, world!');