Computer scienceFrontendReact

Overview of the basic program

What's wrong?

Report a typo

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')
);
Select one or more options from the list
___

Create a free account to access the full topic