← Nested Data
Access a Nested List
① Learn
Nested data means one collection contains another. You can chain indexes to reach a value deeper inside.
② Implement — write it, run it, submit
Goal
Make `target` equal `6`.
Output
Hints
- Stuck? Reveal a hint.