Skip to main content

Bug Spotter

Find the line of code causing the issue.

Anomaly 1/5
Score: 0
1
2
3
let list = [1, 2];
list[5] = 6;
console.log(list.length);