Skip to main content
React Essentials·Lesson 1 Quiz

Quiz: Components & JSX

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What is a React component?

2. Which attribute do you use in JSX instead of the HTML 'class' attribute?

3. Why should you provide a 'key' prop when rendering a list with .map()?