Need a hint? Click the hint button below!
What will the array look like after push?
Starting array:
After running this code:
1arr.push(4);
What will the array look like?