Aby ste videli JavaScript kód, ktorým boli vytvorené výpisy v ďalšej časti stránky, pozrite si jej zdrojový kód (klávesová skratka: Ctrl + U). Vyskúšajte tiež odkomenovať zakomentovaný kód.
Na tejto stránke je pre jednoduchosť použitá funkcia document.writeln
.
Vo vašich skriptoch by ste ju ani funkciu document.write
nemali používať, lebo sú považované za zastarané.
Please, see the source code of this page (keyboard shortcut: Ctrl + U) to view the JavaScript code that created most of the text on this page. Try also to uncomment the commented code.
For the sake of simplicity we use the document.writeln
function on this page.
However, you should not use this function nor document.write
in your scripts as they are considered obsolete.