var count =0;  
while (count 10)
{
console.log(count);
count++;
}


Posted on by