Back to Real JavaScript Functions
Code Studio · Level 5 BuilderAlien 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
2. Call it with arguments
Parameters are labels, so choose name and power rather than one alien’s real values.
Mission Crew
Build the reusable introduction function.
STORED FUNCTIONintroduce(____, ____)
Novawaiting
Milowaiting
No function stored
Build parametersIntroduce NovaIntroduce Milo