With the special instruction console.log(), we tell the computer to display a value in an area called the console.
console.log()
console.log("Hello, World!");