📅  最后修改于: 2022-03-11 15:03:00.333000             🧑  作者: Mango
const JSX = (
Hello World
Lets render this to the DOM
);
// this function is used to render JSX (html) elements to DOM
ReactDOM.render(JSX, document.getElementById('challenge-node'));