Challenge: Defining An Array
Oppgave
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
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 5. Kapittel 2