for(var i = 0;i<x;i++){ // loop code here } var i = 5; // let x = 5 while(i >= 0){ // loop code here x--; }