Se in JavaScript scrivo il seguente programma, quale ti aspetti sia l'output?
for(k=1; k<1000; k=k+k) if(k>10) document.write(k+" ")