Challenge: Defining An Array
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 5. Capitolo 2