Course · Section 11: Working With Arrays · Lecture 157: The map Method
Implement `getKeys(items)` returning the `id` of each item, suitable for React list keys.
+ 1 hidden test run on Submit.
Extracting stable ids gives React keys that survive reordering, so it can match elements across renders correctly.
Run your code to see results.