Hello there buddy!
In this step, you are required to print the first item in the array to your console. You did that in the last line.
What is making your code not pass is this line of code.
which only accessed the first item in the array but did not console it. That is not what is required per the instructions. Therefore, it would be a good idea to remove it so that you are left with the line that obeys the instructions.