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
2
Q
is a reusable block of code that groups together a sequence of statements to perform a specific task.
A
A function
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