array-map Flashcards

1
Q

What does Array.map do?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What should the callback function return?

A

Transforms element so that element can go into array. No limit on what it can return

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Array.map useful for?

A

convert data into react componennts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly