I can't pass this test: React: Create a Simple JSX Element

Tell us what’s happening:
I can’t pass the test opening up in incognito does not resolve the problem

Your code so far


const JSX = <h1> Hello JSX!</h1>;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Create a Simple JSX Element

Link to the challenge:

1 Like

remove the space in front of Hello , you’ll be fine

1 Like