for(count = 0; count < 2; count++){ document.write("Current Count : " + count ); document.write(""); }
for ( var i = 0; i < 2; i++ ) { alert(i) }