Step: Array index: .[0]
Array index: .[0]
Index arrays with []. Arrays are zero-based, so .[0] is the first element.
Negative indices count from the end: -1 is the last element, -2 the second-to-last.
Your turn: get the person's first hobby.
Input:
Expected:
Step 6 of 27