I’m going to cry. The first step on Build a Curriculum Outline is to type Welcome to freeCodeCamp on line 1. This should be impossible to fail, and yet I have done it. What is wrong with me? I tried ctrl + C ctrl + V. It is typed correctly. I press Check Your Code. “Sorry, your code does not pass.” This is the first step. How? How? How?
Your code so far
<!-- User Editable Region -->
Welcome to freeCodeCamp
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0
Your solution works from my end. Please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.
What’s the hint message you are seeing when it fails?
There’s only one test on that step, and it’s quite forgiving. As long as you have the text anywhere in the editor, it should pass. Capital letters don’t matter, and you can have extra spaces. Which your solution has. So it seems like maybe a browser issue or something. I would try the steps suggested.