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:
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!