Can't Get Console.log to Work

Hi,

I’m doing Mark’s course and am in the Javascript & Coding For Beginners section.

Whenever he opens up the console in the browser, I do the same but I can’t see my results like he can.

For example, if I type:

if(1 == 1) {
console.log("We should see this!");
}

I should get this:

Console

But I only get an empty console. I saved my code (I’m using Brackets as well) lots of times but it still doesn’t work.

What should I do now?

Thanks!

what browser/version are you using?

could be a setting in your browser is not turned on …

Hi @greentea, sorry for the late reply.

I’m using the latest Google Chrome version I think.