Oh please help me I can't figure this out :(

Tell us what’s happening:

   **Your code so far**

const JSX = (
 <div>
   <h1>This is a block of JSX</h1>
   <p>Here's a subtitle</p>
 </div>
);

{/*
   <h1>This is a block of JSX</h1>
   <p>Here's a subtitle</p>
*/}
   **Your browser information:**

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

Challenge: Add Comments in JSX

Link to the challenge:

Take a closer look at the challenge instructions, the commented out part should be inside of the div element that’s in the starting code.

thanks but I did that too still not working :frowning:

“Add a comment somewhere within the provided div element” this is where it wants the comment to be, what the comment says is arbitrary.

What the changed code looks like?

I would be answering the problem for you so I would prefer not to show it. The task is to add a comment inside the div, you already have a comment and you have a div so what is it that you should do with your comment that is currently outside the div?

I think you took my question to OP as question to you… :slight_smile:

Sorry about that :sweat_smile:, I ought to pay more attention.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.