DO WHILE loop is not working

Author: VeeramuthurCreated May 28, 2020Updated Nov 18, 2023

Hi @Bogdan-Lyashenko

I have simple do while loop. i am trying to generate the chart,that chart i am not able see the 'do'.

function Recorder() { var i = 1; do { i++; console.log(i); } while(i<=10); {

} }

Please help me solve this. Thanks.

Source: Bogdan-Lyashenko/js-code-to-svg-flowchart