Create a Simple JSX Element

Tell us what’s happening:

Your code so far



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

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/react/create-a-simple-jsx-element

Read the instructions again. You’ll find your mistake.

1 Like

You need Carefully Read all instructions:

Replace div tag and add h1 tag, inside h1 tag type Hello JSX!

1 Like

The instruction is simple and straight forward. The answer is right before you.