for(i=0;i<10;i++){ for(j=0;j<10;j++){ document.write("●"); } document.write("<br>"); } document.write("<br>");