Question from the React (legacy) test

What is wrong with this React code? ```javascript React.render( <MyApp/> , document.body ); ```

Easy

What is(are) the problem(s) with this code?

React.render(
 <MyApp/>,
  document.body
);
```
Author: josueStatus: Published(Update)Question passed 135 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!