At for loops its not showing the init state of the loop itself, yet it just shows the loop. ``` for (let i=0; i < 10; i++) { doThings() } ``` Like this part of code. not every for loop start from ZERO.
At for loops its not showing the init state of the loop itself, yet it just shows the loop.
Like this part of code.
not every for loop start from ZERO.