What does
.push
()
do?
It adds a value to an array
It removes a value from an array
It creates an array
It adds a value to an array.