Challenge: Pushing Elements to an Array
Taak
Swipe to start coding
- You have an array named
shoppingList
that contains the following three elements:Milk
,Eggs
, andBread
. - Use the
push()
method to add the following two elements to the array:Butter
,Cheese
. (Please add these elements in the required order) - Use a
console.log()
statement to output the entire array in the format:After: [element1, element2, ...]
.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 5. Hoofdstuk 5