// Question 1 
 for (var a = 1; a <= 10 ; a++) {
   
 console.log(" \n ", a );
}

// Question 2 
// var