easyReact#40

List rendering with keys

Prompt

Render a list of groceries from an array of objects { id, name }. Each item must have a unique key prop taken from the data — not the array index.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code