<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
``` this is my current codevar React = require(‘react’);
var ReactDOM = require(‘react-dom’);
// Write code here:
var myList = (
- Learn JS
- Learn ReactJS
- Learn Node
);
ReactDOM.render(
mylist,
document.getElementById(‘app’)
);
<do not remove the three backticks above>