What's wrong with this code?
There's nothing wrong with the code
We can't use
push()
to add two values
push()
is missing the parentheses
()
The variable storing the array is missing a name
There's nothing wrong with the code.