Adding To An Array Flashcards

1
Q

.length property

A

Adds one value to the end of an array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

push()

A

Adds one or more items to the end of an array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

unshift()

A

Adds one or more items to the beginning of an array.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly