Jaki będzie efekt wykonania poniższego kodu JavaScript?
| var akapit = document.createElement("p"); document.body.appendChild(akapit); |
| var akapit = document.createElement("p"); document.body.appendChild(akapit); |

| $liczba = 1; while ($liczba != 0) { $liczba = rand(0,100); echo $liczba; } |

<input type="text" name="login">?| $x=0; for($i=0; $i<10; $i++) { $tab[$i]=$x; $x=$x+10; } |

|
UPDATE artykuly SET cena = cena * 0.7 WHERE kod = 2;?
cena dla rekordów, gdzie kod = 2cena z atrybutem kodcena i kodbool gotowe = true; cout << gotowe;

| document.write(5==='5'); |
