You have already completed these exercises!
Do you want to take them again?
You completed the React Components Exercises from W3Schools.com
Share on:
How can you render a component called House in React?
House
root.render(<House>);
root.render(House);
root.render(<House />);