mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 00:05:28 -05:00
fix(curriculum): Nested arrays description typo (#52591)
This commit is contained in:
committed by
GitHub
parent
9fe6a46b81
commit
c5890abcb8
@@ -41,7 +41,7 @@ ourPets[1].names[0];
|
||||
|
||||
# --instructions--
|
||||
|
||||
Using dot and bracket notation, set the variable `secondTree` to the second item in the `trees` list from the `myPlants` object.
|
||||
Using dot and bracket notation, set the variable `secondTree` to the second item in the `trees` list from the `myPlants` array.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user