you do not need to do one thing for each element of the array, the challenge expects you to use just bracket and dot notation to access the right value
Oh thanks for the tip, I thought I had to complete all the steps too! I’m not very experienced, but I did some projects by fetching data on endpoints and usually they are so big that you iterate on them you don’t pick items directly, so I was keeping doing that