const array = [1, 2, 3];

array[10] = 10;

console.log(array.length);




Str (IT-Community) | #Задачка