Hi,
I notice that the wording in this exercise:
https://www.codecademy.com/courses/react-101/lessons/react-jsx-advanced/exercises/jsx-keys?action=lesson_resume
states the following:
“If you don’t use keys when you’re supposed to, React might accidentally scramble your list-items into the wrong order.”
soon after:
"If neither of these conditions are true, then you don’t have to worry about keys. If you aren’t sure then it never hurts to use them!"
As you can imagine someone new reading this for the first time might find that confusing.
Zakiir