Challenge: Defining An Array
Uppgift
Swipe to start coding
- Create an array named
favoriteFoods
that contains the following three elements:"Pizza"
,"Sushi"
,"Burger"
. - Use elements in the provided order.
- Print the
favoriteFoods
array.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 5. Kapitel 2