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
Andres Cespedes Morales -
A0mineTV -
Sbobet88 Dev -
Marcus Kohlberg -
Top comments (1)
Answer: 4