fix(curriculum): change data type and verbiage (#52595)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
Lasse Jørgensen
2023-12-19 16:50:36 +01:00
committed by GitHub
parent 09b75f7ec3
commit 9fcd4f5c16

View File

@@ -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` array.
Using dot and bracket notation, set the variable `secondTree` to the second element in the `list` array from the second object in the `myPlants` array.
# --hints--