var a = 1;

do{
    console.log("The value of a is - "+a);

}while(a<1)