const a = [1]
a[3] = 3
console.log(a.length);
//What do you expect the output to be?
const a = [1]
a[3] = 3
console.log(a.length);
//What do you expect the output to be?
For further actions, you may consider blocking this person and/or reporting abuse
Simon Johansson -
Mahmud R. Farhan -
Alfredo Salzillo -
Priyank Deep Singh -
Top comments (1)
Answer: 4