React Challenge, comment doesn’t work well
I tried {/* */} but isn’t working
**Look my code**
const JSX = (
<div>
<h1>This is a block of JSX</h1>
<p>Here's a subtitle</p>
</div>
);{/*this is a comment*/}
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36
Challenge: Add Comments in JSX
Link to the challenge: