estradaangelic80 estradaangelic80 12-11-2020 Computers and Technology contestada What is the purpose of i in the code? for (var i = 0; i < fruitList.length; i++ ) { console.log (fruitList [ i ] ); }