React - Create a Complex JSX Element

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<div>
    <h1>Bibek</h1>
    <p>w</p>
    <ul>
    <li>1</li>
    <li>2</li>
    </ul>
</div>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: React - Create a Complex JSX Element

Link to the challenge:

Hi @Bibekk12 !

You haven’t completed all of the steps.

Make sure to re read all of the directions more carefully.

Here is the first part you missed

Define a new constant JSX that renders a div which contains the following elements in order:

I can’t see a variable called JSX

Here is the other part of the directions you are missing
an unordered list that contains three li items.

I only see 2 list items