what does the "i" in a for loop stand for? code example Example: for loop for (let i = 0; i < array.length; i++) { }