Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Unit 6 Review
0
%
0
0
0
Back
Restart
What does appendItem do?
adds an item to the end of a list
Oops!
Okay!
a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met
iteration
Oops!
Okay!
insertItem (list, index, item)
inserts an item into a list at the specified index spot
Oops!
Okay!
occurs when the ending condition will never evaluate to true
infinite loop
Oops!
Okay!
a variable in a function definition. Used as a placeholder for values that will be passed through the function
Parameter
Oops!
Okay!
used to return the flow of control to the point where the procedure (also known as a function) was called and to return the value of expression
Return
Oops!
Okay!
an individual value in a list that is assigned a unique index
Element
Oops!
Okay!
manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation
data abstration
Oops!
Okay!
a common method for referencing the elements in a list or string using numbers
index
Oops!
Okay!
an ordered collection of elements
list
Oops!
Okay!
the process of accessing each item in a list one at a time
traversal
Oops!
Okay!
var numList = [10,20,30]; console.log(numList[numList.length-1]
30
Oops!
Okay!
removeItem command (list, Index)
removes an item from the list at the specified index
Oops!
Okay!
the value passed to the parameter
Argument
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies