JavaScript - základy jazyka / language basics

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.

Premenné, konštanty, typy / Variables, Constants, Types

    

šablónové literály / Template Literals

    

Vetvenie / Conditional Statements

    

Pole a cykly / Arrays and Loops

    

Dvojrozmerné pole / 2D array

    

Funkcie /Functions

    

Funkcie pre polia a šípkové výrazy /Array functions and arrow expressions

    

Objekt pupil1 / Object pupil1

    

Objekt pupil2 typu Pupil / Object pupil2 of the type Pupil

    

Objekt pupil3 triedy PupilCl / Object pupil3 of the class PupilCl

    

Spracovanie chýb / Error handling