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]); 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]); Create a free account to access the full topic