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.
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?