144k views
0 votes
list =[10, 5, 15] for( var i=0; ; i++){ console.log(list[i]} Which of the following will NOT result in an error if placed where program reads and the program is run?

User MirMasej
by
5.0k points

1 Answer

3 votes

Answer:

B

Step-by-step explanation:

It would be lost.length