Jsxchallengeforcomments

Tell us what’s happening:

I get the point about commenting in jsx but in this challenge i didn’t pass test . why this happening ?

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Add Comments in JSX

Link to the challenge:

You are supposed to add a comment somewhere, not comment out the elements.

Add a comment somewhere within the provided div element, without modifying the existing h1 or p elements.