Back to Real JavaScript Functions
Code Studio · Level 5 Builder

Alien Team Function Builder

Build one introduction function with parameter boxes. Then send different names and powers into those boxes for each team member.

PARAMETERSname, powerTemporary boxes waiting for valuesARGUMENTS"Nova", "build"Real values sent during a call
1. Build the function

Choose the missing code pieces.

Parameter boxes
Use both boxes

            

            
            
            

Parameters are labels, so choose name and power rather than one alien’s real values.

Mission Crew

Build the reusable introduction function.

STORED FUNCTIONintroduce(____, ____)
NovaNovawaiting
MiloMilowaiting
No function stored
Build parametersIntroduce NovaIntroduce Milo