*Tell us what’s happening:
i am a newbie in react trying to go round this example but it seem my code is not working … how do i render react?
Your code so far
<body>
<div id="app"></div>
<script type="text/babel">
const JSX = <div>
<h1>kllkjlj jlkjlkjp</h1>
<p>mnnlknn nlnnlnlnnlnadfnlds klkjj</p>
<ul>
<li>Paragraph One</li>
<li>Paragraph Two</li>
<li>Paragraph Three</li>
</ul>
</div>;
ReactDOM.render(JSX, app);
</script>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/react/create-a-complex-jsx-element