sam
0
Q:

typescript while

let i: number = 2;

while (i < 4) {
    console.log( "Block statement execution no." + i )
    i++;
}
1

New to Communities?

Join the community