scrimba
Learn React
AirBnb clone
Map quiz!
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Map quiz!
Expand for more info
quiz.md
run
preview
console
1. What does the `.map()` array method do?



2. What do we usually use `.map()` for in React?



3. Why is using `.map()` better than just creating the components
manually by typing them out?

Console
!
"Warning: Each child in a list should have a unique "key" prop. Check the render method of `App`. See https://reactjs.org/link/warning-keys for more information. at Joke (exe0.bundle.js:66:58) at App"
,
/index.html
-3:38