OOP Studio Ages 9-15
Collection Builder: Launch Team
Build an array of team objects, then choose loop code that updates everyone.
1. Build the collectionAdd Nova, Milo, and Kai to the
team array.2. Complete loop missionsChoose code that works for every
member.Why loops?The same loop still works if the team grows from 3 objects to 300.
Click each member to add the object.
Live JavaScript
Start by adding a team object to the array.
Launch Team Assembly
Your loop missions unlock when all three objects are in the array.
team = [ empty ]
for (let member of team) {Choose the missing line:}Mission results appear here.
Build team arrayAward everyoneReport everyone
Launch team ready!
You built a collection and selected loop code that reached every object.
Completed! Try Collection Challenge