// while loop
// var a = 10;
// while(a>=1){
// console.log(a + " hello sir")
// a=a-1;
// }