Challenge: Pushing Elements to an Array
Aufgabe
Swipe to start coding
- You have an array named
shoppingListthat 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, ...].
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 60
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Großartig!
Completion Rate verbessert auf 1.33
Challenge: Pushing Elements to an Array
Swipe um das Menü anzuzeigen
Aufgabe
Swipe to start coding
- You have an array named
shoppingListthat 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, ...].
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 60
single