Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b607a75

Browse files
Small text consistency
1 parent 4ac2622 commit b607a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week3/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ let favoriteAnimals = ["blowfish", "capricorn", "giraffe"];
105105
8. How do you get the third element from that list?
106106

107107
9. Change the function `vehicle` to use the list of question 7. So that `vehicle("green", 3, 1)` prints "a green new bike".
108-
> Hint, it should use the `code` to get the value from the array. So `vehicle("green", 2, 1)` prints "a green new caravan".
108+
> Hint, it should use the `code` to get the value from the list. So `vehicle("green", 2, 1)` prints "a green new caravan".
109109
110110
10. Use the list of vehicles to write an advertisement. So that it prints something like: `"Amazing Joe's Garage, we service cars, motorbikes, caravans and bikes."`. (Hint: use a `for` loop.)
111111

0 commit comments

Comments
 (0)