Vanshika Pandey

Do you know what the output of this code will be?


let array = [1, 2, 3];
array[6] = 9;
console.log(array[5]);

9 months ago | [YT] | 21