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.

1 Like

oh crap i missed that
thanks!!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.