Array size

Report a typo

What will be the output of the following code in the console?

let numbers = [1, 2, 4, 6, 7, 10, 5];

console.log((numbers.length) - 1);
Select one option from the list
___

Create a free account to access the full topic