Luckily, there's a way to get output from the computer.
With the instruction console.log("Word") we make sure to display the word Word. We see the output in an area we call the console.
console.log("Word")
Word