Menu
×
×
Correct!
Exercise:Change the value from "apple" to "kiwi", in the
fruits = ["apple",
"banana", "cherry"] @(9) = @(6)
fruits = ["apple",
"banana", "cherry"] fruits[0] = "kiwi"
fruits = ["apple",
"banana", "cherry"] fruits[0] = 'kiwi' Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?