Correct output

Report a typo

Take a look at the code below and select the correct output.

let numbers = Array.of(5);
console.log(numbers.length); 
console.log(numbers[1]); 
Select one option from the list
___

Create a free account to access the full topic