Skip to content

DO WHILE loop is not working #52

@Veeramuthur

Description

@Veeramuthur

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions