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
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
kamran -
Prince -
Prince -
Wladimir -
Top comments (1)
Answer: 4