LFZ > JS-Arrays > Flashcards
What are arrays used for?
Keep list of things together
Describe Array Literal notation
var arrayName = []
what number represents the first index
0
what is length property
length of the array
how to get last index of array
array.length - 1