Chapter 8 Flashcards
Arrays
1
Q
What is an Array?
A
A sequence of values that can be accessed via an ordered box.
2
Q
What is an Array Literal notation?
A
[ ]
3
Q
What is an Index in an array?
A
The number order given to items.
4
Q
When is Undefined returned for an array?
A
It’s returned for any index outside of that array.
5
Q
A