Q. Which attribute is required when using map to render lists?
β
Correct Answer: (C)
key
Explanation: The key prop helps React identify individual items in lists efficiently.