1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
javascript function
block of code designed to perform one particular task
function definition
algorithm written inside the {}s
function call
to make the function actually happen
argument
input values for a function
parameters
the values that the function will compute on, passed on from the calling statement
local variable
created and used only in the function
global variable
created in the main program