2 - Programming Functions

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

javascript function

block of code designed to perform one particular task

2
New cards

function definition

algorithm written inside the {}s

3
New cards

function call

to make the function actually happen

4
New cards

argument

input values for a function

5
New cards

parameters

the values that the function will compute on, passed on from the calling statement

6
New cards

local variable

created and used only in the function

7
New cards

global variable

created in the main program