React - Add Comments in JSX

Tell us what’s happening:

where i should put comment here?? i cant solve this problem

Your code so far

const JSX =
  <div>
    {/*<h1>This is a block of JSX</h1>*/}
     {/*<p>Here's a subtitle</p>*/} 
  </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/126.0.0.0 Safari/537.36

Challenge Information:

React - Add Comments in JSX

Hi there and welcome to our community!

You shouldn’t modify the h1 or p elements.
Instead, add a comment on a separate line, within the div element.