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
Dalvir -
abdulnasır olcan -
Ram nathawat -
Rails Designer -
Top comments (1)
Answer: 4