(Choose 1 answer)
What is the keyExtractor prop used for?
A. It extracts a unique key for a given item at the specified index.
B. Sets a default key using the item.key or item.id and then falls back to the index.
C. A marker property for telling the list to re-render
D. Rendered at the very end of the list
Exit 13