Take a look at the code snippet below and select the options that point out the errors it contains.
import ReactDOM from 'react-dom';
ReactDOM.render(
<h1>Page title</h1>
<p>Lorem ipsum dolor sit amet.</p>,
document.getElementById('root')
);Take a look at the code snippet below and select the options that point out the errors it contains.
import ReactDOM from 'react-dom';
ReactDOM.render(
<h1>Page title</h1>
<p>Lorem ipsum dolor sit amet.</p>,
document.getElementById('root')
);Create a free account to access the full topic