Challenge: Defining An Array
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 5. Luku 2