Když diskuse,tak s LopuchemLopuch.cz
<script> for (i=2; i<=100; i+=2) { document.write(i); document.write('<br>'); }</script>