The console.log() instruction can display a variable's value. To get to the value, put together the variable's name.

Right there! We use the name of the variable, greeting, to display its value, "Hello, World!".

Maybe the name of the variable is greeting?