ReactJs Quiz Part - 2
Sign in to Google to save your progress. Learn more
What is the children prop? *
1 point
What type of element will be rendered from the following code?function Home() {  return <div>Ford Mustang</div>;}ReactDOM.render(<Home />, document.getElementById('root')); *
1 point
Which keyword creates a constant in JavaScript? *
4 points
A copy of the 'real' DOM that is kept in memory is called what? *
1 point
React component names must begin with an uppercase letter? *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google.