Function Flashcards

1
Q

the block of statements required to perform a specific task, enclosed in the function’s curly brackets, { }.

A

A function body

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

is a reusable block of code that groups together a sequence of statements to perform a specific task.

A

A function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

a named variable inside a function’s block which will be assigned the value of the argument passed in when the function is invoked:

A

A parameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly