array-map Flashcards
1
Q
What does Array.map do?
A
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
3
Q
What is Array.map useful for?
A
convert data into react componennts