original line: `new Array(3); // Result: []` correct line `new Array(3); // Result: [ , , ]`
original line:
new Array(3); // Result: []correct line
new Array(3); // Result: [ , , ]