Console showing blank

I’m new to coding in general and I decided to begin with JavaScript. According to the tutorial I’m using there should be something showing on my console but it doesn’t show anything.

Hi there. What code did you use?

Hey! That’s what I’ve got.

To log something to the console you have to use console.log function.

oh crap i missed that
thanks!!