Let's test your knowledge. Fill in the missing part by typing it in.
In React, when rendering a list of items using the map
function, each list item must have a unique ___ assigned to it. This allows React to efficiently update and reorder the list when changes occur.
Write the missing line below.