Hey everyone. I did what the challenge has told me to do. It says to specifically make it say “Hello World”. I clicked run tests, and nothing is happening. Am I doing something wrong?
Your code so far
<h1>Hello World</h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134.
Were you able to figure this out? I too think it should work but perhaps there is some bug. Did you get it fixed? If not let me know and I will see if I can’t help you.
Technically your tags/code is correct but the reason you could not pass the test is you haven’t include inverted commas there. include them and it will go fine.
I think the problem is using FreeCodeCamp on Edge and Internet Explorer. I’ve tried to work on the lessons at my work which only have these two browsers, and every time I tried to submit my answers, nothing happened. After searching around I found that these two browsers doesn’t support the latest JavaScript that FCC offers.
So in this case, I would suggest downloading Chrome and Firefox.