Did you notice that Hello, World! was displayed on another line beneath the code when we used the console.log() command?

When we display things, we use something called a console. It's a text-based environment where apps can display information and get user input.