init state - Foor loops
Author: a0m0rajabCreated May 29, 2020Updated May 29, 2020
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.
Source: Bogdan-Lyashenko/js-code-to-svg-flowchart