Need a hint? Click the hint button below!
What will slice return?
Starting array:
After running this code:
1arr.slice(1, 3);
What will the array look like?