Adding To An Array Flashcards
1
Q
.length property
A
Adds one value to the end of an array
2
Q
push()
A
Adds one or more items to the end of an array
3
Q
unshift()
A
Adds one or more items to the beginning of an array.