open_in_new
content_copy
var a = 0 ; while(a<5) { console.log("The value of a is - "+a); a++; }