Challenge: Pushing Elements to an Array
Task
Swipe to start coding
You are given an array named shoppingList that contains the following elements:
Milk, Eggs, Bread
Your tasks:
- Use the
push()method to add the following elements to the array:"Butter","Cheese". - Add the elements in the correct order.
- Return the updated array.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 5. ChapterΒ 5
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.35
Challenge: Pushing Elements to an Array
Swipe to show menu
Task
Swipe to start coding
You are given an array named shoppingList that contains the following elements:
Milk, Eggs, Bread
Your tasks:
- Use the
push()method to add the following elements to the array:"Butter","Cheese". - Add the elements in the correct order.
- Return the updated array.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 5. ChapterΒ 5
single