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.
Click Run to test your code