Question: What will this code print? var arr = [first, second, third, fourth]; for (var i = 0; i { console.log(arr[i]); }, 2500)
What will this code print? var arr = ["first", "second", "third", "fourth"]; for (var i = 0; i { console.log(arr[i]); }, 2500)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
