Q. What is the role of `key` in React lists?
β
Correct Answer: (B)
Used to uniquely identify list items
Explanation: Keys help React identify which items have changed or been removed.