

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
const arr = [10, 20]; arr[0] = 99; console.log(arr);


Trace the program the way the computer would, then make your call before running anything.
const arr = [10, 20]; arr[0] = 99; console.log(arr);