while loop
// var a = 1;
// while(a <=10){
// document.write( a +") hello sir<br>")
// a = a + 1;
// }